help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: subplots


From: Jordi Gutiérrez Hermoso
Subject: Re: subplots
Date: Sun, 11 Jul 2010 16:45:21 -0500

On 11 July 2010 13:56, some_guy <address@hidden> wrote:

> andy buckle wrote:
>>  figure
>>  subplot(10,1,[1 2]), plot([0 1],[0 1])
>>  hold on
>>  subplot(10,1,[3 4]), plot([0 1],[0 1])
>>  subplot(10,1,[5 6]), plot([0 1],[0 1])
>>  subplot(10,1,[7 8 9 10]), plot([0 1],[0 1])
>>
>> After typing, I realised I could have done (5, 1, ...

> Andy, that is a really great feature. Is there someone who writes the
> documentation on this list?

Yes. You.

> If so it would be good to add your example above
> to the documentation with the explaination that for

Just submit a patch to this file:

     http://hg.savannah.gnu.org/hgweb/octave/file/tip/scripts/plot/subplot.m

HTH,
- Jordi G. H.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]