|
From: Werner <wer...@gm...> - 2014-06-05 09:15:07
|
Hi Jorge, Oops, sorry for first sending it directly to your mail. Some time ago I did a bit of work on the wx backend to work with wxPython Phoenix. https://github.com/matplotlib/matplotlib/pull/2803 I haven't had time to look at the last few comments made on that PR. Just the other day someone contacted me off list and he used it on a project of his with a recent build of Phoenix. He noted small refresh issues which corrected itself by resizing the frame, this probably needs a "self.Refresh" or similar when things get drawn. Builds for Phoenix are here: http://wxpython.org/Phoenix/snapshot-builds/ Recent versions of Phoenix (this is still in development) run on Py 2.7, Py 3.3 and Py 3.4 and use the wheel format and can be installed with the following at least on Windows and Mac as far as I know: pip install -U --pre -f http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix Werner |