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.
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