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.
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)
--
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,