On 2007-04-09, Grant Edwards <[EMAIL PROTECTED]> wrote:
> On 2007-04-09, Lou Pecora <[EMAIL PROTECTED]> wrote:
>
>> I assume you mean the first example, the wire frame (see
>> below).  It works for me.
>
> I've tried that code as well, and p.show() doesn't return until
> the window is closed.  If I use code like that in a python
> program, the program becomes non-responsive until the plot
> window is closed.
>
> I've switched to using wxmpl to embed figure in a wxWidgets
> panel. That almost works -- except I loose the ability for the
> user to rotate/zoom using the mouse.

I think I'm going to have to switch to using gnuplot for the 3D
window.  Matplotlib is just too slow. The 3D window takes about
2 seconds to plot, and whan the user rotates the image, it only
updates at about 1fps.  Gnuplot does the plot pretty much
instantaneously and rotates and zooms smoothly, so that's
probably going to be the deciding factor...

-- 
Grant Edwards                   grante             Yow!  Is it 1974? What's
                                  at               for SUPPER? Can I spend my
                               visi.com            COLLEGE FUND in one wild
                                                   afternoon??


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to