How does one alter/remove the vector axis labels of a polar plot?

5 ビュー (過去 30 日間)
Robert
Robert 2013 年 4 月 16 日
How does one alter/remove the vector axis labels of a polar plot?
Elsewhere the code for the angular axis is given:
%Removing the label
set(findall(gcf, 'String', '30', '-or','String','60') ,'String', ' ');
%Altering the label
set(findall(gcf, 'String', '0'),'String', ' Zero');
This does not work for the vector axis, however. Can anyone offer a solution for the vecto axis, please?
  1 件のコメント
Jan
Jan 2013 年 4 月 16 日
What exactly is "the vector axis"?

サインインしてコメントする。

回答 (1 件)

Jan
Jan 2013 年 4 月 16 日
You can set a breakpoint in the code of the polar.m file. Then step through the code line by line until you see, how the "vector axis" object (what ever this is) is created. Then a method to avoid this or delete it afterwards might be obvious.

カテゴリ

Help Center および File ExchangeAxis Labels についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by