Re: [Matplotlib-users] How to start when you don't know what to do

2013-01-15 Thread Oz Nahum Tiram
Hi Steven, First let me say, your question is great. It is humble and great too. Then, I would say, just do it. Sorry for the cliché, but programming is a lot of trial and error. If you don't do, you will not make errors, and you will not learn. But lucky for you, you live in the age of Internet.

Re: [Matplotlib-users] about show()

2010-12-29 Thread Oz Nahum Tiram
Hi MicDup, Try using in your script show(mainloop=True) - if your matplotlib is 1.0.0 Cheers, -- Oz Nahum --- "Gentlmen! You can't fight in here, this is the War Room!" President Merkin Muffley (Peter Sellers, Dr. Strangelove) --

Re: [Matplotlib-users] recipes in the docs

2010-11-05 Thread Oz Nahum Tiram
A small suggestion to the examples ... I really like the new subplot mechanism, so I tried it: fig, (ax1, ax2, ax3, ax4) = plt.subplots(2, 2, sharex=True, sharey=True) And it actually gave me the following error: Traceback (most recent call last): File "tes.py", line 21, in f, (ax1, ax2,