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!