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:08 AM
|
|
dpb <none@non.net> wrote in message <jaj1t9$862$1@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
|
|
|
|