Re: [matplotlib-devel] Updating MPlot3D to a more recent matplotlib.

2009-03-11 Thread Reinier Heeres
Hi Jon, Good point, I forgot about that! It's available for cloning now: git clone http://qtwork.nano.tudelft.nl/public_git/users/rwh/mplot3d Cheers, Reinier On Wed, Mar 11, 2009 at 6:43 PM, Jonathan Taylor wrote: > Hi, that is great!  Can you give me a git repository address to pull > from?  

Re: [matplotlib-devel] Selecting WX2.8 in examples

2009-03-11 Thread Christopher Barker
Eric Firing wrote: > I have applied your patch, plus related changes to backend_wx and > backend_wxagg as suggested by Chris, to the 0.98.5 maintenance branch, > and then used svnmerge to propagate the changes to the trunk. (In other > words, I judged the changes to be a bug fix rather than a n

Re: [matplotlib-devel] Selecting WX2.8 in examples

2009-03-11 Thread Sandro Tosi
On Wed, Mar 11, 2009 at 20:49, Eric Firing wrote: > I have applied your patch, plus related changes to backend_wx and > backend_wxagg as suggested by Chris, to the 0.98.5 maintenance branch, and > then used svnmerge to propagate the changes to the trunk.  (In other words, > I judged the changes to

Re: [matplotlib-devel] Selecting WX2.8 in examples

2009-03-11 Thread Eric Firing
Sandro Tosi wrote: > On Fri, Mar 6, 2009 at 22:24, Sandro Tosi wrote: >> On Fri, Mar 6, 2009 at 22:12, Sandro Tosi wrote: >> import wxversion >> wxversion.select('2.8') >> from wx import * >> wx.__version__ >>> '2.8.7.1' >>> >>> That solves the problem of multi-wx on a system. >>>

Re: [matplotlib-devel] Updating MPlot3D to a more recent matplotlib.

2009-03-11 Thread John Hunter
a On Wed, Mar 11, 2009 at 1:29 PM, Jonathan Taylor < jonathan.tay...@utoronto.ca> wrote: > Hi John, > > You should be able to check out a copy from my git repo via > > git clone http://jonathantaylor.ca/mplot3d.git > cd mplot3d > git pull OK thanks. Just a word of warning. It appears you are

Re: [matplotlib-devel] Updating MPlot3D to a more recent matplotlib.

2009-03-11 Thread Jonathan Taylor
Hi John, You should be able to check out a copy from my git repo via git clone http://jonathantaylor.ca/mplot3d.git cd mplot3d git pull I am missing Reiniers final update though but you should be able to run demo.py and the first few examples in the __name__ == '__main__' clause of axes3d.py. B

Re: [matplotlib-devel] Updating MPlot3D to a more recent matplotlib.

2009-03-11 Thread John Hunter
On Wed, Mar 11, 2009 at 3:25 AM, Reinier Heeres wrote: > Hi, > > I updated my patch a bit more, and now all tests are running (try > "python axes3d.py"). Only the contourf3D is not working correctly yet, > but I'm sure it's fixable soon. There are also some obvious bugs (e.g. > the semi-3D histog

[matplotlib-devel] interactive property editor

2009-03-11 Thread Paul Kienzle
Hi, What's the status of interactive property editors for mpl graphs? I would like something that would allow me to change properties such as the size and position of the graph, grids, scales, ranges, colors, symbols, line styles, fonts, etc., and add annotations. Some of this already exis

Re: [matplotlib-devel] Updating MPlot3D to a more recent matplotlib.

2009-03-11 Thread Jonathan Taylor
Hi, that is great! Can you give me a git repository address to pull from? I can't from the web viewer. Thanks, J. On Wed, Mar 11, 2009 at 4:25 AM, Reinier Heeres wrote: > Hi, > > I updated my patch a bit more, and now all tests are running (try > "python axes3d.py"). Only the contourf3D is not

Re: [matplotlib-devel] Updating MPlot3D to a more recent matplotlib.

2009-03-11 Thread Reinier Heeres
Hi, I updated my patch a bit more, and now all tests are running (try "python axes3d.py"). Only the contourf3D is not working correctly yet, but I'm sure it's fixable soon. There are also some obvious bugs (e.g. the semi-3D histograms are not depth-sorted). Anyway, I have applied the commit in a