break legend in two lines
Show older comments
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
Answers (1)
Categories
Find more on Legend in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!