Is the pyqtgraph GLViewWidget() inherently a left handed or right handed
coordinate system? Is there a way to set this?
The code below is just enough to show the GLAxisItem. It looks like a lefty!
Is there a way to change the setup to a right-handed coordinate system?
import pyqtgraph.opengl as gl
import pyqtgraph as pg
import PySide
app = PySide.QtGui.QApplication([])
fig = gl.GLViewWidget()
axis = gl.GLAxisItem()
fig.addItem(axis)
fig.setWindowTitle('left v right')
fig.show()
pg.QtGui.QApplication.instance().exec_()
--
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/cbeb8a31-91eb-473b-8320-9b1d3382d5f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.