We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Adding the same value twice triggers a division by zero (autoscale-mode for y). In this case
self.y_bottom = min(self._spark_list) self.y_top = max(self._spark_list)
are identical. Both values are passed to _plotline where the division by zero happens.