Sandro Tosi wrote:

>>>>>> What do you think about adding those 2 line into wx examples?
>> hmmm - only the examples? or should it be in the wx back-end itself?
>> Maybe at least a version check?
> 
> I'll leave this to the mpl gurus...

fair enough.


> yeah, that's what we need: I got 2 version installed (2.6 and 2.8) and
> here is the output

> In [2]: import wxversion
> 
> In [3]: wxversion.ensureMinimal('2.8')
> 
> In [4]: import wx
> 
> In [5]: wx.__version__
> Out[5]: '2.8.7.1'
> 
> So I'm going to use it in the examples. Thanks for spotting it out!

great -- thanks for working on those -- good examples are key!

> I only hope that 2.8->2.10 (or higher) would not introduce such corner
> cases like in 2.6->2.8.

Less likely, with 2.8, we eliminated the compiled parts of the wx 
back-end, by using some new features.

However, if future versions of wxPython get the new enhanced buffer 
interface, it might be nice to use it.

-Chris



-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

chris.bar...@noaa.gov

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to