|
"kinor " <kinor.removethiswithdot@gmx.de> wrote in message <heg3uc$q3n$1@fred.mathworks.com>...
> "Andres Klever" <andisoto@gmail.com> wrote in message <hefidp$oth$1@fred.mathworks.com>...
> > Hi my problem is, i want to hide an specific legend, i am ploting two equations and i just need to put one name in the legend..... the problem is that the legend box show me legends for both equations i want to hide one of them.... how can i do this??
> >
> > thanks a lot!
> >
>
> Hi Andreas,
>
> help legend
>
> hth
> kinor
>
>
> ps:
> h1 = plot(data1)
> h2 = plot(data2)
>
> legend(h2, 'description')
well, thanks but the exact problem is that i have 5 plots and i need to put 4 of them in the legend and keep one out, and i guess that that isnt going to work..... do you have another trick???
thanks!
|