* 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
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
* 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
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
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
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
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