How to set default axes tick using groot?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I tried to set axis tick using
set(groot,'XMinorTick','on','YMinorTick','on')
But it gives an error. any idea how to fix?
0 comentarios
Respuestas (1)
Voss
el 9 de Mzo. de 2023
set(groot,'DefaultAxesXMinorTick','on','DefaultAxesYMinorTick','on')
0 comentarios
Ver también
Categorías
Más información sobre Graphics Object Programming en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!