Having a legend without the box
Ältere Kommentare anzeigen
I have a GUI with 6 axes in it. I want to use legend function in one of the axes but without the box visible i.e. it should be transparent.
1. leg1=legend(...) set(leg1,'boxoff')
2. legend boxoff
The axes is set correctly. Kindly help. None of the above codes are working.
Antworten (1)
Matt J
am 18 Jun. 2013
set(leg1,'Box','off')
Kategorien
Mehr zu Legend finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!