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 se

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

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 enou

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

[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[:,

Re: [Matplotlib-users] install problem with python 2.5

2006-12-05 Thread Fabian Braennstroem
Hi John, * John Hunter <[EMAIL PROTECTED]> wrote: >>>>>> "Fabian" == Fabian Braennstroem <[EMAIL PROTECTED]> writes: > >>> I am trying to install matplotlib 0.87.7 with my newly separate >>> installed python 2.5. For this I in

Re: [Matplotlib-users] install problem with python 2.5

2006-12-04 Thread Fabian Braennstroem
Hi, me again :-) * Fabian Braennstroem <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to install matplotlib 0.87.7 with my newly > separate installed python 2.5. For this I installed 'pygtk > 2.4.1' and numpy 1.0 using this python 2.5 installation. > Now, ru

[Matplotlib-users] install problem with python 2.5

2006-11-29 Thread Fabian Braennstroem
Hi, I am trying to install matplotlib 0.87.7 with my newly separate installed python 2.5. For this I installed 'pygtk 2.4.1' and numpy 1.0 using this python 2.5 installation. Now, running 'python2.5 setup.py build' I get this error: ... /usr/include/pygtk-2.0/pygobject.h:140: error: expected `,'

[Matplotlib-users] matplotlib with openoffice

2006-07-18 Thread Fabian Braennstroem
Hi, since openoffice can use python as macro language, does anyone know or has an idea, if is possible to use matplotlib for plotting inside it. Would be nice to create diagrams just be marking columns!? Greetings! Fabian