Hi, Since a recent reinstallation of pyqtgraph, a number of bugs have appeared on Plot items, namely: - Axes don't show: no spines, no ticks, no ticklabels (see screen grab below). - Zooming doesn't update the graphs. Moving by dragging the LMB causes the graph to update, moving correctly and updating for preceding zooms. This happens for zoom using RMB dragging or right-click menu -> view all. Mouse wheel never seems to work. - Initial data update seems missing. Running the "Basic plotting" example shows all dark boxes. (see screen grab below) The data jumps into view immediately upon dragging with the LMB.
No error messages can be found on the command line. My project doesn't catch any exceptions either. To reproduce: Run examples from the command line: python -m pyqtgraph.examples Select "Basic plotting". (Note the updating plot is updating properly.) Configuration (conda environnement) pyqtgraph 0.10.0 PySide 1.2.4 python 2.7.13 64b conda 4.3.30 pyqtgraph and PySide installed using pip. Tested with a clean conda env: conda create --name pyqtgraph_test python=2.7 pip install pyside pip install pyqtgraph Any ideas on how to fix this issue? -- 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/41ec288a-dd8c-494d-9bba-78259433520a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
