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

2007-06-22 Thread Roman Bertle
* Ryan Krauss <[EMAIL PROTECTED]> [070622 09:47]: > I don't think we are actually disagreeing with one another. I have > written the kind of library you are talking about and used the same > library from ipython and in a wxpython app. All of my plotting > functions expect a fig instance as an inp

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

2007-06-21 Thread Roman Bertle
n(2*pi*t) > ax=fig.add_subplot(111) > ax.plot(t,y) > show() > ax.set_ylabel('$y(t)$') > ax.set_xlabel('Time (sec)') > show() > savefig('test.png') > > FWIW, > > Ryan > > On 6/13/07, Roman Bertle <[EMAIL PROTECTED]> wrote: > >Hel

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 sc

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

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

2006-11-27 Thread bertle
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, he should be able to show selected plots. This is an example module with two approaches for this problem: - import pylab impo

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

2006-11-22 Thread Roman Bertle
Hello, i had problems subscribing to the list, maybe the mail below I sent last week, was not delivered. Hence I send it again: --- Hello, i try to write a module which evaluates various Data, and occasionally creates a plot, which is returned to t

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

2006-11-17 Thread Roman Bertle
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, he should be able to show selected plots. This is an example module with two approaches for this problem: - import pylab impo