Re: [Matplotlib-users] Setting graph to commence at 1 on x-axis

2010-02-24 Thread Angus McMorland
On 24 February 2010 13:36, AG wrote: > Hi > > How do I set up my matplotlib.pyplot code so that the data for the > x-axis is plotted beginning at 1 not the default 0.  To illustrate: > > I have a set of time trials and error probability calculations.  Trials > are x and scores are y.  At present,

[Matplotlib-users] Setting graph to commence at 1 on x-axis

2010-02-24 Thread AG
Hi How do I set up my matplotlib.pyplot code so that the data for the x-axis is plotted beginning at 1 not the default 0. To illustrate: I have a set of time trials and error probability calculations. Trials are x and scores are y. At present, the first trial is plotted on the graph at 0 wh