From: Ryugan M. <ryu...@sb...> - 2004-06-16 09:06:34
|
Thanks for all who gave me a reply.... Somehow the following script worked...: import matplotlib matplotlib.interactive(False) matplotlib.use("WX") from matplotlib.matlab import * plot([1,2,3,4]) show() Thanks all for the help. Ryugan |