legend doesn't resize with figure
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I meet such a problem that the legend for the gigure overlaps with some lines when it's originally drawn. Then when I maximize the window of figure, the legend doesn't overlap the lines. I use saveas function to save figure and the function only save the original size figure (even if I resize the figure before I run the saveas function). I am wondering if there is a way to set the legend auto resize with the figure. Thanks!
0 commentaires
Réponses (3)
Walter Roberson
le 19 Avr 2011
Check the PaperPosition property of figures.
Or use the Matlab File Exchange submission "export_fig"
0 commentaires
dk
le 20 Avr 2011
Make sure "Match figure screen size" is checked under Preferences-->Figure Copy Template-->Copy Options.
0 commentaires
Voir également
Catégories
En savoir plus sur Legend dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!