Re: [Matplotlib-users] date-gaps in timeseries

2007-06-11 Thread John Hunter
On 6/10/07, rolandreichel <[EMAIL PROTECTED]> wrote: > I want to plot some timeseries (eg. stockcharts). I use now > DateLocator/Formatter, it works fine for me with the exeption, that > dataless periods on X-Axis (eg. weekends) are also plotted. Is there an > easy way to suppress them? Plot nump

Re: [Matplotlib-users] date-gaps in timeseries

2007-06-11 Thread Richard Albright
try using plot_date() function instead of plot() On Sun, 2007-06-10 at 09:49 +0200, rolandreichel wrote: > Hi, > > I want to plot some timeseries (eg. stockcharts). I use now > DateLocator/Formatter, it works fine for me with the exeption, that > dataless periods on X-Axis (eg. weekends) are

[Matplotlib-users] date-gaps in timeseries

2007-06-10 Thread rolandreichel
Hi, I want to plot some timeseries (eg. stockcharts). I use now DateLocator/Formatter, it works fine for me with the exeption, that dataless periods on X-Axis (eg. weekends) are also plotted. Is there an easy way to suppress them? regards --