help-octave
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
Re: Subplot and Legend
From
:
pantxo diribarne
Subject
:
Re: Subplot and Legend
Date
:
Wed, 18 Apr 2012 19:35:01 +0200
Hi,
Does this do the job?
## styles to be used
styles = {"-or", "-*k", ":^b", "-vg"};
## real subplot data
for ii = 1:4
subplot (2, 2, ii);
plot(1:10, styles{ii})
endfor
## dummy axes
tmp = axes (); hold on;
dumx = -1000;
dumy = -1000;
for ii = 1:4
plot(dumx, dumy, styles{ii})
endfor
legend (styles, "location", "northoutside", "orientation", "horizontal")
axis ([1 2 1 2])
axis ("off") ## hides the axes lines only
Pantxo
reply via email to
[
Prev in Thread
]
Current Thread
[
Next in Thread
]
Subplot and Legend
,
Juan Pablo Carbajal
,
2012/04/18
Re: Subplot and Legend
,
Ismael Núñez-Riboni
,
2012/04/18
Re: Subplot and Legend
,
Juan Pablo Carbajal
,
2012/04/18
Re: Subplot and Legend
,
Ben Abbott
,
2012/04/18
Re: Subplot and Legend
,
pantxo diribarne
<=
Re: Subplot and Legend
,
Juan Pablo Carbajal
,
2012/04/19
Re: Subplot and Legend
,
pantxo diribarne
,
2012/04/19
Re: Subplot and Legend
,
Ben Abbott
,
2012/04/19
Prev by Date:
Re: Tables in octave to linear regression,
Next by Date:
Re: Loading Excel files
Previous by thread:
Re: Subplot and Legend
Next by thread:
Re: Subplot and Legend
Index(es):
Date
Thread