break legend in two lines

3 visualizaciones (últimos 30 días)
Nabeel
Nabeel el 25 de Mzo. de 2015
Comentada: Nabeel el 27 de Mzo. de 2015
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
Try Kelly Kearney's legendflex.

Categorías

Más información sobre Legend en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by