How can I change the spacing between gridlines on a polar plot?

2 ビュー (過去 30 日間)
Rose
Rose 2013 年 11 月 12 日
回答済み: Walter Roberson 2013 年 11 月 12 日
When I draw a polar plot the spacing between the two circular grid line is 2. But I want to have 2.5 spacing

回答 (1 件)

Walter Roberson
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.

カテゴリ

Help Center および File ExchangePolar Plots についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by