On Sat, Jul 26, 2008 at 3:33 AM, eliben <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I'm running the latest matplotlib (and wxPython) with Python 2.5.2 on Win
> XP. Everything works fine, the plotting quality is excellent, and
> interactive plotting works nicely with IPython.
>
> However, I much prefer the PyCrust interactive terminal and use it a lot. I
> tried following the directions
> (http://matplotlib.sourceforge.net/interactive.html) for interactive
> plotting from PyCrust:
>
>  >>> import matplotlib
>  >>> matplotlib.interactive(True)
>  >>> matplotlib.use('WX')
>  >>> from matplotlib.pylab import *
>  >>> plot([1,2,3])

Does it work if you "use" 'WxAgg' instead?  wxagg is the
recommended/supported wx plotting backend.

JDH

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to