From: Allan Yarbrough on
I attempted both of these to make a 3x3 legend, without success. This is an old thread; has anyone solved the problem?

Ri <ri(a)ozono.pe.u-tokyo.ac.jp> wrote in message <eeeb2ca.0(a)webx.raydaftYaTP>...
> Please try followings. Neither fulfill your request?
>
> 1:
> legend('label 1','label 2',-1)
>
> 2:
> L1=['label 1';'label. '];
> L2=['label 2';'label. '];
> legend(L1,L2)
>
> junziyang wrote:
> >
> >
> > I want to add legend to a figure with a lot of curves. With a
> > vertical legend, some of the curves will be hidden by the legend,
> > while with a horizontal legend it is too long to fit in the figue.
> > My question is: Is there any way that can make the legend display
> > in
> > a multi-row & multi-column manner? thanks!
From: Adrian Cherry on
"Allan Yarbrough" <awyarbr(a)afit.edu> wrote in message <ht6e4o$dv1$1(a)fred.mathworks.com>...
> I attempted both of these to make a 3x3 legend, without success.
> This is an old thread; has anyone solved the problem?

I believe I may have a solution - I'm just testing my routine at the moment which allows multicolumn or multirow legends. I'm just massaging into a format suitable for the file exchange.

Adrian