Re: pylab plot_date problem

2009-03-20 Thread pylatino
On Mar 19, 2:02 am, Shah Sultan Alam wrote: > Hi , >  I am using following code to create a graph > def plot_plot(): >   ax = pylab.subplot(111) >         for count in range(len(yaxes_values)): >                 pylab.subplots_adjust(left=0.13, bottom=0.21, > right=0.90, top=0.90,wspace=0.20, hspa

pylab plot_date problem

2009-03-18 Thread Shah Sultan Alam
Hi , I am using following code to create a graph def plot_plot(): ax = pylab.subplot(111) for count in range(len(yaxes_values)): pylab.subplots_adjust(left=0.13, bottom=0.21, right=0.90, top=0.90,wspace=0.20, hspace=0.20) ax.plot_date(id_dates,yaxes_values[count],fmt='o-