John Hunter-4 wrote:
> 
> 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
> 

Hello,

Yes, WXAgg works. 
What is the difference between WXAgg and WX backends ? I couldn't find any
real documentation on the subject and I would really like to know. Can WX do
something WXAgg can't ? 

Thanks
Eli

-- 
View this message in context: 
http://www.nabble.com/Problem-plotting-interactively-from-PyCrust-tp18664574p18669376.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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