remove grid lines completely
古いコメントを表示
I want to remove grilines completely. I just have the .fig file
採用された回答
その他の回答 (1 件)
Kevin Holly
2022 年 1 月 25 日
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 件のコメント
Abhijit Sardar
2022 年 1 月 25 日
Kevin Holly
2022 年 1 月 25 日
See Walter's answer. His answer works for multiple axes.
カテゴリ
ヘルプ センター および File Exchange で Grid Lines, Tick Values, and Labels についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!