From: John H. <jd...@gm...> - 2010-03-18 18:47:45
|
On Thu, Mar 18, 2010 at 1:38 PM, Christopher Barker <Chr...@no...> 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. If you aren't doing multiple subplots, a plain ol subplot(111) may be preferred to fig_subplots anyhow. JDH |