[Matplotlib-users] [SOLVED] Re: ValueError: x and y must have same first dimension

2010-03-21 Thread AG
Gökhan Sever wrote: On Sun, Mar 21, 2010 at 1:57 PM, AG <mailto:computing.acco...@googlemail.com>> wrote: Hi List I cannot figure out how to satisfy this issue to resolve the ValueError: x and y must have same first dimension. This is the relevant code:

[Matplotlib-users] ValueError: x and y must have same first dimension

2010-03-21 Thread AG
at the starting point must be 0 or of the same object type? I haven't found a clear answer in the tutorial pages yet, but I will perservere. TIA AG -- Download Intel® Parallel Studio Eval Try the new software too

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

2010-02-24 Thread AG
Angus McMorland wrote: 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

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

2010-02-24 Thread AG
do I get around this. I've listed the basic code below: plt.plot( scores ) plt.ylabel( "Scores" ) plt.xlabel( "Trials" ) plt.show() TIA AG -- Download Intel® Parallel Studio Eval Try the new

Re: [Matplotlib-users] Using IDLE - program still running when graph window is closed

2010-02-24 Thread AG
C M wrote: On Wed, Feb 24, 2010 at 11:51 AM, AG wrote: How does one ensure that once a graph has been produced by Matplotlib and that graph has been closed by the user that the program itself stops? What I am currently getting is that when I close the graph pop-up window and then close

[Matplotlib-users] Using IDLE - program still running when graph window is closed

2010-02-24 Thread AG
ing Debian testing with Python 2.5.5 TIA AG -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See