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.
--
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
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
> 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,
I found out a \! (negative thin space in Latex) works.
xlabel('$m^3\!/d$')
On Tue, Feb 19, 2013 at 10:15 AM, Mark Bakker wrote:
> Hello List,
>
> I want to put the following text on a graph, for example along the x-axis:
>
> xlabel('$m^3/d$')
>
> This should show the letter m raised to the powe
Hello List,
I want to put the following text on a graph, for example along the x-axis:
xlabel('$m^3/d$')
This should show the letter m raised to the power 3 and then a slash and
the letter d.
When I do this, there appears a large space after the power 3 and the slash.
So much so that the copy ed