xlim is not working with the limitmethod option, and how to change its default behaviour?
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mohit Kumar
le 29 Mar 2021
Commenté : Mohit Kumar
le 6 Avr 2021
Hi,
I am trying to run xlim('tight') but this gives me an error. According to the documentation it should work. The error is:
Error using xlim (line 31)
Specify limits or one of the 'mode', 'auto', or 'manual' options.
What should I do? And finally, I want to be able to change my default MATLAB plot setting to tight instead of tickaligned
0 commentaires
Réponse acceptée
Reshma Nerella
le 6 Avr 2021
Hi,
The feature LimitMethod for axes is introduced in R2021a. You are getting this error since you are using R2020b.
Refer to the release notes: release notes
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!