Filter löschen
Filter löschen

remove unwanted info from legend

1 Ansicht (letzte 30 Tage)
Leyon
Leyon am 10 Dez. 2013
Beantwortet: dpb am 10 Dez. 2013
The plot below have a legend with 5 data strings. However, I want to only display string 4 and 5. How do I remove the other data strings?
My code is attached.

Akzeptierte Antwort

dpb
dpb am 10 Dez. 2013
Use the returned handles of the text/line objects to clear/delete those unwanted.
Or create the cell array of strings for those wanted specifically and pass to legend initially

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by