Hey Thomas,
I think you would benefit from having a repl to play around with the
objects in question. Set yourself up a dev console by adding the following
code somewhere where you have access to all the important variables that
you use for the widgets being displayed:
from pyqtgraph.console import ConsoleWidget
c = ConsoleWidget(namespace=locals())
c.show()
c.setWindowTitle('dev console')
When that loads, you'll be able to do inspect the objects and play with
them like:
myWidget
vars(myWidget)
myWidget.graphWidget
dir(myWidget.graphWidget.layout)
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/pyqtgraph/CAD_p8v3cWWKLUbnX79uK6d6Z0LmZH0wQRF3nxnS-57AZb5Pihg%40mail.gmail.com.