How to set default axes tick using groot?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I tried to set axis tick using
set(groot,'XMinorTick','on','YMinorTick','on')
But it gives an error. any idea how to fix?
0 commentaires
Réponses (1)
Voss
le 9 Mar 2023
set(groot,'DefaultAxesXMinorTick','on','DefaultAxesYMinorTick','on')
0 commentaires
Voir également
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects 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!