[Matplotlib-users] Issue with relim and autoscale_view in 1.3.1

2014-03-04 Thread Stuart Mentzer
Hi, I'm seeing odd behavior with the relim() and autoscale_view() call sequence with matplotlib 1.3.1. In some cases I am ending up with axis ranges of [-0.05,0.05] instead of the actual data ranges. This happens with scatter plots and sometimes with contour plots.

[Matplotlib-users] Dependency on PyQt when using PySide

2012-03-28 Thread Stuart Mentzer
Hello, Just trying out the PySide support in matplotlib 1.1.0 and it works great but when it seems that when using the Qt4Agg backend there is a lingering import dependency on PyQt that PyInstaller picks up. My application works with PyQt removed so I assume that this is a PyInstaller issue but