Hi, I've needed to move from 32bit to 64bit, and have run into a problem with pyqtgraph plotting.
Even the simplest examples are displaying the same behaviour (SimplePlot.py for instance) Running SimplePlot.py shows the window, but the window is empty except for a squiggle in the top left, which I am guessing is the plot.. If I left click inside the window and pan it, the plot shows with a sensible size, though still with no axes or titles. Right clicking brings up the menu as expected, but any changes are not visible until i close the menu and pan the plot again. I'm using an anaconda environment (Python 2.7.12) with the following packages installed: pyqtgraph 0.910 PySide 1.2.4 numpy 1.11.1 scipy 0.18.0 cython 0.24.1 All packages (including pyqtgraph) were installed with pip. No exceptions or errors are shown when I see these issues. Has anyone seen this before? Thanks for any help! Tom -- 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/3bcc7217-bd47-49e4-ae94-0ed0d57f4d7c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
