Hi,
Before using pyqtgraph for a 3d visulaization' module. I have some questions (I don't find the answer in the documentation)
1) How to easily make an autoscale or autofit in a 3D view ?
2) How to easily show the colormap with name data and axis label in a 3D view ?
On Fri, Mar 28, 2014 at 7:04 AM, sylvain Moyne <sylvai...@ensta-bretagne.fr> wrote:
Hi,
Before using pyqtgraph for a 3d visulaization' module. I have some questions (I don't find the answer in the documentation)
1) How to easily make an autoscale or autofit in a 3D view ?Unfortunately this feature is not available yet. It is planned for vispy and should be integrated to pyqtgraph after that is complete, but the timeline for that is currently several months.
2) How to easily show the colormap with name data and axis label in a 3D view ?
For the second problem, it is possible to overlay a GraphicsView over a GLViewWidget; see the attached example.
Luke