On 5/15/2009 1:57 PM Ryan May apparently wrote:
> I'm not sure if I like the idea of changing 
> the API or not, but if you're suggesting

I'm less suggesting any particular solution
than suggesting exploring for a solution.

For example, maybe pylab.subplot could use
the current convention, but pyplot.subplot
would behave as expected.  Also uncomfortable...

OK, here's another idea.  Duplicate the
functionality, leaving subplot as a "convenience"
function for the Matlab crowd.  The new function
could be called subplot2grid, and it would take a
shape (2-tuple) and a location (2-tuple).
E.g., ax = fig.subplot2grid(shape=(5,1), loc=(0,3)).

Just exploring ...

Cheers,
Alan Isaac

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to