Re: [Matplotlib-users] Problems to plot more than 9 subplots

2013-02-19 Thread patricia
Thanks a lot! Works now! -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Problems-to-plot-more-than-9-subplots-tp40440p40444.html Sent from the matplotlib - users mailing list archive at Nabble.com. --

Re: [Matplotlib-users] Problems to plot more than 9 subplots

2013-02-19 Thread Andreas Hilboll
On 02/19/2013 01:52 PM, patricia wrote: > Thanks Andreas, > Yes I usually do the same, but in this case I am not managing to do it due > to the functions being used. It does not allow me to put (7,3, nfig) inside > the "xx = TaylorDiagram(refstd, fig=fig, rect=122, label="xx")". > This is the code

Re: [Matplotlib-users] Problems to plot more than 9 subplots

2013-02-19 Thread patricia
Thanks Andreas, Yes I usually do the same, but in this case I am not managing to do it due to the functions being used. It does not allow me to put (7,3, nfig) inside the "xx = TaylorDiagram(refstd, fig=fig, rect=122, label="xx")". This is the code that I am using: http://old.nabble.com/Taylor-diag

Re: [Matplotlib-users] Problems to plot more than 9 subplots

2013-02-19 Thread Andreas Hilboll
> The " subplot(111) " works only until 9 subplots, and this function does > not allow me to put rect=(7,3,nrfig). I get the error: > 'Single argument to subplot must be a 3-digit integer') > ValueError: Single argument to subplot must be a 3-digit integer I always do ax = fig.add_subplot(7,