legend behind a graph
Show older comments
Hey !
Is there possibility to place a legend of the plot behind the area of a graph?
7 Comments
Star Strider
on 10 Jun 2019
Please explain in more detail what you want to do, preferably with an example.
Elzbieta Trynkiewicz
on 10 Jun 2019
Alex Mcaulley
on 10 Jun 2019
plot(X,y,'*-');
legend('something','Location','northeastoutside') % have you tried this???
Elzbieta Trynkiewicz
on 10 Jun 2019
madhan ravi
on 10 Jun 2019
Edited: madhan ravi
on 10 Jun 2019
Elzbieta Trynkiewicz
on 10 Jun 2019
Answers (0)
Categories
Find more on Legend in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!