From: John on 12 Jul 2010 14:32 "Naor Movshovitz" <lazy_n(a)yahoo.com> wrote in message <f8ckd7$q5b$1(a)fred.mathworks.com>... > Matlab displays only one legend per axes. So your options are to manually create a text box that looks like the legend (not so easy if you're a real stricktler on appearence), or create another axes "below" and put a legend in it. > > -naor > > "Daniel Walker " <dwamail.nospam(a)gmx.ch> wrote in message <f8cgms$335$1(a)fred.mathworks.com>... > > Hi all > > Is there an easy way to use two different legends in the same graphic? > > > > The following code is replacing the first legend (hfar) by the second one (hpod), despite using another handle: > > > > hfar= legend(far,legfar, 'Location', [...]); > > hpod= legend(pod,legpod, 'Location', [...]); > > > > Thank you > > Daniel > > > What exactly do you mean by "below". And how do you add an axes?
|
Pages: 1 Prev: Can you put a title directly on a legend? Next: Removing columns |