remove grid lines completely
Afficher commentaires plus anciens
I want to remove grilines completely. I just have the .fig file
Réponse acceptée
Plus de réponses (1)
Kevin Holly
le 25 Jan 2022
After opening the figure, you can type the following assuming there is only one axes on the figure:
grid off
or
grid(gca,'off') %The first input target the axes. gca stands for get current axes.
2 commentaires
Abhijit Sardar
le 25 Jan 2022
Kevin Holly
le 25 Jan 2022
See Walter's answer. His answer works for multiple axes.
Catégories
En savoir plus sur Grid Lines, Tick Values, and Labels dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!