remove grid lines completely
Mostra commenti meno recenti
I want to remove grilines completely. I just have the .fig file
Risposta accettata
Più risposte (1)
Kevin Holly
il 25 Gen 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 Commenti
Abhijit Sardar
il 25 Gen 2022
Kevin Holly
il 25 Gen 2022
See Walter's answer. His answer works for multiple axes.
Categorie
Scopri di più su Grid Lines, Tick Values, and Labels in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!