On 05/24/2010 07:08 AM, Dharhas Pothina wrote:
> Hi,
>
> I'm trying to use plot_date to plot some USGS daily flow data. I seem to have 
> hit a bug in the plotting where large spikes in data are not being plotted at 
> all scales.
>

It's the known path simplification bug, which has been fixed in svn.  If 
you can't run an mpl built from svn, the workaround is to turn off path 
simplification, e.g.

rcParams['path.simplify'] = False

or the equivalent in the matplotlibrc file.

Eric


------------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to