From: Chris B. <Chr...@no...> - 2005-11-30 23:04:18
|
Ken McIvor wrote: > You're right, Chris. The only problem is that I see some tension > between providing a decent OO API in matplotlib and providing good > support for embedding. For example, in WxMpl I chose to favor > wxPython's event system over matplotlib's events because I felt it made > for a more consistent API for wxPython programmers. Hmm. I'm a longtime user of wxPython, and an occasional user of MPL. Given the kind of work I do, it's only a matter of time before I need to embed MPL in wxPython. So I've been keeping an eye on your work, but not really using it. However, I'd love to have a nice natural way to use MPL in wx, and WxMPL seems to be designed just for that. I think I probably agree with you that using the native wx events make sense. I can imagine a lot of ways in which one would want to integrate MPL-related events with other parts of the application. -Chris -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chr...@no... |