On Mon, Dec 14, 2009 at 12:38 PM, jenya56 <jeny...@yahoo.com> wrote:
>
> I have the following in my PyScripter:
>
> import matplotlib
> matplotlib.interactive(True)
> from matplotlib.pylab import *
> import pylab
>
>
> if __name__ == '__main__':
>   plot([1,2,3])
>   pylab.show()
> #__main__
>
>
> For the first run it works just fine and plots what expected. However, on
> the second run it just gives gray window without plot...Any suggestions?
> Thanks


Have you seen this:

http://code.google.com/p/pyscripter/wiki/FAQ#How_do_I_use_Matplotlib_with_PyScripter_?

JDH

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to