How to set default axes tick using groot?
Show older comments
I tried to set axis tick using
set(groot,'XMinorTick','on','YMinorTick','on')
But it gives an error. any idea how to fix?
Answers (1)
Voss
on 9 Mar 2023
set(groot,'DefaultAxesXMinorTick','on','DefaultAxesYMinorTick','on')
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!