On Thu, Jun 12, 2008 at 9:21 PM, James A. Benson
<[EMAIL PROTECTED]> wrote:
>
>   My app uses the wx backend, so I happened to notice
> that the backend_wx doesn't seem to work with
> matplotlib 0.98.0. Running the 0.98 example embedding_in_wx.py
> shows the problem. Only a bit of the lines get plotted. The
> pan up/down zoom in/out all show various error messages.
> When i revert back to 0.91.3 and run the same 0.91 example
> it works fine.

Hey James, we were discussing problems with the wx backend on 0.98
yesterday on the devel list, and Ken offered to take a look at them,
so it is possible we will have those fixed for the next bugfix
release.  What wx version are you using?

Note that unless you are running over an x11 connection, there is
little reason to prefer wx over wxagg, which has better rendering and
more features.  Over an x11 connection, wxagg is slow because it has
to pass the who bitmap over the wire, but otherwise it works great.

JDH

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to