On Thu, Mar 18, 2010 at 2:24 PM, Christopher Barker
<chris.bar...@noaa.gov> wrote:
> John Hunter wrote:
>>> I think the only two options should be scalar or 2-d array, it seems a
>>> bit much to have a 1-d array option as well.
>>
>> I disagree here -- if you are 2,1 or 1,2 rows x cols, 1D indexing is
>> natural.  This is also the most common use case so the most important
>> to get right.
>
> OK, but then how do you handle the fact that you might get a 0-d, 1-d or
> 2-d result? Eric's "squeeze" flag would result in that. Having squeeze1d
> and squeeze2d flags seems a bit much.

squeeze configured with a kwarg seems like a good compromise.  As long
as the behavior is well documented it shouldn't pose any problems.
And we still have access to fig.axes in the same format is has always
been in.

JDH

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to