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.examplesSelect "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?
