plot different columns

Fabian Braennstroem <f.braennstroem@...380...> writes:

   [...]

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!?

Oh, I just wrote my suggestion as a "myplot" function called by a main
program as an example of what you could use instead of the built-in
"plot". There are of course many possible ways to organize your program.

···

Jouni K. Sepp�nen schrieb am 09/16/2007 05:51 PM: >> def myplot(ax, matrix, linestyle, color):

--
Jouni K. Sepp�nen

Hi Jouni,

···

Jouni K. Sepp�nen schrieb am 09/20/2007 06:50 PM: > Fabian Braennstroem <f.braennstroem@...380...> 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!?

Oh, I just wrote my suggestion as a "myplot" function called by a main
program as an example of what you could use instead of the built-in
"plot". There are of course many possible ways to organize your program.

Thanks for your help; I was just a bit confused. I got it now.
Fabian