Message Boards Message Boards

0
|
2585 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

Display polar ticks on a polar plot?

Posted 5 years ago

After plotting a polar diagram for Sin 3theta by the following code, some polar ticks are not fully displayed.

PolarPlot[Sin[3 t], {t, 0, 1}, PolarAxes -> Automatic, PolarTicks->{"Degrees", None}]

note the some ticks are not fully displayed

Does anyone have a same problem?

POSTED BY: Haobo Zhu

This behavior is reported. Meanwhile you can use PlotRangePadding:

PolarPlot[Sin[3 t], {t, 0, 1}, PlotRangePadding -> Scaled[0.08],
 PolarAxes -> True,
 PolarGridLines -> Automatic,
 PolarTicks -> {"Degrees", None}
 ]

padding

POSTED BY: Shenghui Yang
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract