Discussion:
[pyqtgraph] Getting custom QGraphicsItem to display above AxisItems in plots?
UP.
2018-09-26 20:13:20 UTC
Permalink
Hi all,

I originally posted a question to Stackoverflow but unfortunately did not
get an answer so I hope it's ok to post here. (spent another day on this
and still cannot work it out - feeling dumb)

I modified the crosshair example to have little arrows but the arrows are
always hidden behind the AxisItems unless I reference the GraphicsScene in
QT. There is something in the pyqtgraph source code that makes the Axis
always have priority when drawing I guess... does anyone have any hints on
how to draw items on top of an axis correctly?

Thanks.


(original SO post was here :
https://stackoverflow.com/questions/52410731/drawing-and-displaying-objects-and-labels-over-the-axis-in-pyqtgraph-how-to-do)
--
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/368e68cf-9645-4d6d-9fb9-2829c593ba1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...