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

Respuestas (1)

Chad Greene
Chad Greene el 25 de Mzo. de 2015

0 votos

Try Kelly Kearney's legendflex.

Productos

Etiquetas

Preguntada:

el 25 de Mzo. de 2015

Comentada:

el 27 de Mzo. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by