Skip to main content
added 82 characters in body
Source Link
kglr
  • 403.4k
  • 18
  • 501
  • 959
PolarPlot[Sin[3 t], {t, 0, Pi}, PolarAxes -> Automatic, PolarAxesOrigin -> Automatic, PolarTicks -> {"Degrees", None}] 

enter image description here

AddYou can add the option PlotRangeClipping -> FalsePlotRangeClipping -> False:

PolarPlot[Sin[3 t], {t, 0, Pi}, PolarAxes -> Automatic, PolarAxesOrigin -> Automatic, PolarTicks -> {"Degrees", None}, PlotRangeClipping -> False] 

enter image description here

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

enter image description here

Add the option PlotRangeClipping -> False:

PolarPlot[Sin[3 t], {t, 0, Pi}, PolarAxes -> Automatic, PolarAxesOrigin -> Automatic, PolarTicks -> {"Degrees", None}, PlotRangeClipping -> False] 

enter image description here

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

enter image description here

You can add the option PlotRangeClipping -> False:

PolarPlot[Sin[3 t], {t, 0, Pi}, PolarAxes -> Automatic, PolarAxesOrigin -> Automatic, PolarTicks -> {"Degrees", None}, PlotRangeClipping -> False] 

enter image description here

Source Link
kglr
  • 403.4k
  • 18
  • 501
  • 959

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

enter image description here

Add the option PlotRangeClipping -> False:

PolarPlot[Sin[3 t], {t, 0, Pi}, PolarAxes -> Automatic, PolarAxesOrigin -> Automatic, PolarTicks -> {"Degrees", None}, PlotRangeClipping -> False] 

enter image description here