How can I change the spacing between gridlines on a polar plot?
조회 수: 2 (최근 30일)
이전 댓글 표시
When I draw a polar plot the spacing between the two circular grid line is 2. But I want to have 2.5 spacing
댓글 수: 0
답변 (1개)
Walter Roberson
2013년 11월 12일
polar() makes no provision for changing this.
If you want to do it then you will need to read through polar.m and see how it constructs multiple axes, and how it constructs the circles as lines on the plot. Then either copy the source to polar into a new function and modify it for your needs, or else use polar as always but afterwards find the hidden axes and remove the drawn circles and draw new ones.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Polar Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!