Re: [Matplotlib-users] out of curiosity...

2007-06-21 Thread Roman Bertle
)') show() savefig('test.png') FWIW, Ryan On 6/13/07, Roman Bertle [EMAIL PROTECTED] wrote: Hello, why don't you reply on the mailing list? Nevermind, the problem is not that I don't know the OO API or that I don't know python well. The problem is that there is missing something in the OO

Re: [Matplotlib-users] out of curiosity...

2007-06-11 Thread Roman Bertle
* John Hunter [EMAIL PROTECTED] [070611 16:20]: So the answer of which is better is a question of skill level and context, but my simple advice is to use the pylab syntax from the interactive python shell (and ipython -pylab is ideal for this) and the API everywhere else. Most of my scripts

Re: [Matplotlib-users] Create plots in functions, plot later

2006-12-04 Thread Roman Bertle
Hello, i made some progress which this issue, but it does still not work completely: * Roman Bertle [EMAIL PROTECTED] [061117 11:04]: Hello, i try to write a module which evaluates various Data, and occasionally creates a plot, which is returned to the user. At the discretion of the user