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