How to make sure MatLab outputs the full legend correctly?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have 56 data lines that I plot. When I ask MatLab to insert a legend or call it in the command (either way I get the same problem)...
figureLegend = legend(figureAxes,'show');
MatLab only displays the first 50 data lines in the legend. If I click Refresh it updates to the full list of 56. This is not ideal since I want to automate the process. Any ideas as to why this is happening?
1 Commento
laurie
il 15 Ott 2012
legends s***. they always display very weird behavior. I would introduce some pausing between plotting and legend insertion maybe ?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Legend in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!