Re: [Matplotlib-users] plot different columns

2007-09-20 Thread Fabian Braennstroem
Hi Jouni, Jouni K. Seppänen schrieb am 09/20/2007 06:50 PM: > Fabian Braennstroem <[EMAIL PROTECTED]> writes: > >> Jouni K. Seppänen schrieb am 09/16/2007 05:51 PM: >>> def myplot(ax, matrix, linestyle, color): >[...] >> Thanks for your help! add_line seems to be the right >> function... I am

Re: [Matplotlib-users] plot different columns

2007-09-20 Thread Jouni K . Seppänen
Fabian Braennstroem <[EMAIL PROTECTED]> writes: > Jouni K. Seppänen schrieb am 09/16/2007 05:51 PM: >> def myplot(ax, matrix, linestyle, color): [...] > Thanks for your help! add_line seems to be the right > function... I am not sure yet, if I need your function call, > but I will check it!? O

Re: [Matplotlib-users] plot different columns

2007-09-19 Thread Fabian Braennstroem
Hi Jouni, Jouni K. Seppänen schrieb am 09/16/2007 05:51 PM: > Fabian Braennstroem <[EMAIL PROTECTED]> writes: > >> Lets say I have to columns, the I could use in a script: >> >>res=plot(array_mapped[:,0],array_mapped[:,1], 'b', >> array_mapped[:,0],array_mapped[:,2], 'g')

Re: [Matplotlib-users] plot different columns

2007-09-16 Thread Jouni K . Seppänen
Fabian Braennstroem <[EMAIL PROTECTED]> writes: > Lets say I have to columns, the I could use in a script: > > res=plot(array_mapped[:,0],array_mapped[:,1], 'b', > array_mapped[:,0],array_mapped[:,2], 'g') > > The next time a have 5 columns in a file and want to plot all 5

Re: [Matplotlib-users] plot different columns

2007-09-16 Thread Fabian Braennstroem
Hi, Alan G Isaac schrieb am 09/13/2007 06:15 PM: > On Thu, 13 Sep 2007, Fabian Braennstroem apparently wrote: >> Does nobody have an idea; especially for the 'dynamic' >> number of plotted arrays!? > > The question is unclear. > The problem seems easy enough, > if you get your hands on the argu

Re: [Matplotlib-users] plot different columns

2007-09-13 Thread Alan G Isaac
On Thu, 13 Sep 2007, Fabian Braennstroem apparently wrote: > Does nobody have an idea; especially for the 'dynamic' > number of plotted arrays!? The question is unclear. The problem seems easy enough, if you get your hands on the arguments to your script. http://homepage.mac.com/andykopra/pdm/tu

Re: [Matplotlib-users] plot different columns

2007-09-13 Thread Fabian Braennstroem
Does nobody have an idea; especially for the 'dynamic' number of plotted arrays!? Regards! Fabian Fabian Braennstroem schrieb am 09/09/2007 09:01 PM: > Hi, > > I have a small script which reads a csv file with several > columns and puts it into an scipay array, which > I can plot using matplotli

[Matplotlib-users] plot different columns

2007-09-10 Thread Fabian Braennstroem
Hi, I have a small script which reads a csv file with several columns and puts it into an scipay array, which I can plot using matplotlib. It works fine, but just with explicitly setting the number of columns: res=loglog(array_mapped[:,0],array_mapped[:,1], 'b', array_mapped[:,