break legend in two lines

hi i am inserting legends with following commabd legend([hupsig hupnotsig hdnsig hdnnotsig],... {'Significant Increase','Insignificant Increase','Significant Decrease','Insignificant Decrease'},... 'Location','SouthOutside','Orientation','horizontal','FontSize',15) this legend is too long i want to break into two parts such that legend([hupsig hupnotsig] ,{'Significant Increase','Insignificant Increase'},'Orientation','horizontal','FontSize',15) legend([hdnsig hdnnotsig] ,{'Significant Decrease','Insignificant Decrease'},'Orientation','horizontal','FontSize',15)
please help me out

Réponses (1)

Chad Greene
Chad Greene le 25 Mar 2015

0 votes

Try Kelly Kearney's legendflex.

Produits

Tags

Question posée :

le 25 Mar 2015

Commenté :

le 27 Mar 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by