Discussion:
[pyqtgraph] Bug on AxisItem using Python 3
dhabbyc
2018-09-10 16:04:11 UTC
Permalink
Dear All,

I've found a problem using Python 3.

On AxisItem, if the "stopAxisAtTick" is set to true, on the method
'generateDrawSpecs', a 'None' value may be put inside the 'tickPositions'
list... then the line:

stop = max(span[0].y(), min(map(min, tickPositions)))
will crash on Python3.


Regards.
--
You received this message because you are subscribed to the Google Groups "pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyqtgraph+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/3a971d39-49d9-4e04-a1bd-02ecf91154d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...