|
From: Ryugan M. <ryu...@sb...> - 2004-06-15 08:12:50
|
Sorry, I'm a newbie and needed some help to get started.
I downlaoded the Enthought version(for WXPython) which is recommended =
in the web-site and downloaded the latest version of matplot. I'm =
trying to go through the tutorial and I'm stuck with the first example. =
The following is what I wrote down on the script:
import matplotlib
matplotlib.use("WX")
from matplotlib.matlab import *
plot([1,2,3,4])
show()
When I run this script it creates a graph but the the window freezes....
Anybody have any suggestions on how I can fix this...????
Thanks.
Ryugan
|