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

2010-03-21 Thread AG
haven't found a clear answer in the tutorial pages yet, but I will perservere. TIA AG -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune

[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 computing.acco...@googlemail.com 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

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

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

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 computing.acco...@googlemail.com 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

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

2010-02-24 Thread AG
this. I've listed the basic code below: plt.plot( scores ) plt.ylabel( Scores ) plt.xlabel( Trials ) plt.show() TIA AG -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling

[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 computing.acco...@googlemail.com 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