How to set axis scaling?
Mostra commenti meno recenti
What is the figure property name for setting the axis scaling? I would like to set 'axis tight' as the default, but I can not seem to find the appropriate property handle for this?
Risposte (1)
Brendan Hamm
il 23 Apr 2015
2 voti
In versions 2014b or later you can use the properties:
XLimSpec, YLimSpec and ZLimSpec
by setting these properties to 'tight'.
Prior to 2014b you would need to use the XLim, YLim and XLim properties, but these need to be assigned the min and max values.
1 Commento
Paul Wintz
il 10 Set 2021
How is XLimSpec different that using XLimitMethod?
Categorie
Scopri di più su Printing and Saving in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!