Re: [matplotlib-devel] Initialising projections in matplotlib

2011-09-16 Thread Phil Elson
>> As a bit of a selfish interest, I think your approach might open up a >> possible approach for a long-standing problem >> of mine with 3d projections. Axes3D objects >> want to fill its entire plot >> box, but when created through a subplot >> mechanism, the defaults get over-ridden. I

Re: [matplotlib-devel] Initialising projections in matplotlib

2011-09-15 Thread Benjamin Root
On Thu, Sep 15, 2011 at 1:19 PM, Phil Elson wrote: > Hi, > > I would like the ability to setup a plot projection in MPL that can be > defined by various parameters and does not need to be serialised as a string > and registered with *matplotlib.projections.register_projection*. For > example, a

Re: [matplotlib-devel] Initialising projections in matplotlib

2011-09-15 Thread Phil Elson
Sorry, that link was bad, it should have read: https://github.com/PhilipElson/matplotlib/commit/9c7b1b27d0245a752d010bd03ae66dc6c000d8e4 To: matplotlib-devel@lists.sourceforge.net Date: Thu, 15 Sep 2011 18:19:49 + Subject: [matplotlib-devel] Initialising projections in matplotlib

Re: [matplotlib-devel] Initialising projections in matplotlib

2011-09-15 Thread John Hunter
On Thu, Sep 15, 2011 at 1:19 PM, Phil Elson wrote: > I have made a change to matplotlib which would enable this capability, which > can be found at > https://github.com/PhilipElson/matplotlib/commit/9c7b1b27d0245a752d010bd03ae66dc6c000d8e499 > . Any feedback and thoughts would be really appreciate

[matplotlib-devel] Initialising projections in matplotlib

2011-09-15 Thread Phil Elson
Hi, I would like the ability to setup a plot projection in MPL that can be defined by various parameters and does not need to be serialised as a string and registered with matplotlib.projections.register_projection. For example, an extension of /examples/api/custom_projection_example.py migh