Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
Phil
Posts:
56
Registered:
12/8/08
|
|
Re: Omitting legend entries
Posted:
Nov 23, 2011 10:39 AM
|
|
Rune Allnor <allnor@tele.ntnu.no> wrote in message <4acb418d-b088-4e32-a0ff-e4abc266f271@p9g2000vbb.googlegroups.com>... > On 23 Nov, 16:08, "Phil Roberts" <harsh_clas...@yahoo.co.uk> wrote: > > dpb <n...@non.net> wrote in message <jaj1t9$86...@speranza.aioe.org>... > > > On 11/23/2011 8:43 AM, Phil Roberts wrote: > > > > Hello, > > > > > > Is there anyway to ignore a legend entry when plotting a figure? I > > > > currently have: > > > > legend(data_label_01, data_label_02, data_label_03, 'Location', 'Best') > > > > > > If I want to ignore "data_label_02" is there anyway of putting something > > > > in its place that will skip this legend entry and show the next. > > > > > > So, instead of having in the legend: > > > > data_label_01 > > > > data_label_02 > > > > data_label_03 > > > > > > I would like to have: > > > > data_label_01 > > > > data_label_03 > > > ... > > > > > Save the object handles for the legend axes and clear the entry is only > > > "trick" I know of...the text are the 'String' property and are a > > > character array. > > > > > -- > > > > I am unsure of what you mean. Please can you post some code that will help me? > > > > Many thanks, > > > > Phil? Skjul sitert tekst ? > > > > ? Vis sitert tekst ? > > There are plenty pf examples in the docs for LEGEND. > > Rune
If I could find the answer from the examples I wouldn't be posting here!
Cheers,
Phil
|
|
|
|