Skip to main content
deleted 1 character in body
Source Link

You can style the axes in Plot with AxesStyle. For example, the following code makes the axes red.

Plot[Sin[x], {x, -3, 3}, Axes -> True, AxesStyle -> Red] 

I cannot seem to find a way to style the polar axes in PolarPlot. AxesStyle does not work and there is no PolarAxesStyle function. I was hoping to get this code below to work but it doesn't.

PolarPlot[θ , {θ , 0, 3 Piπ}, PolarAxes -> True, AxesStyle -> Red] 

Is this a missing feature in Mathematica?

You can style the axes in Plot with AxesStyle. For example, the following code makes the axes red.

Plot[Sin[x], {x, -3, 3}, Axes -> True, AxesStyle -> Red] 

I cannot seem to find a way to style the polar axes in PolarPlot. AxesStyle does not work and there is no PolarAxesStyle function. I was hoping to get this code below to work but it doesn't.

PolarPlot[θ , {θ , 0, 3 Pi}, PolarAxes -> True, AxesStyle -> Red] 

Is this a missing feature in Mathematica?

You can style the axes in Plot with AxesStyle. For example, the following code makes the axes red.

Plot[Sin[x], {x, -3, 3}, Axes -> True, AxesStyle -> Red] 

I cannot seem to find a way to style the polar axes in PolarPlot. AxesStyle does not work and there is no PolarAxesStyle function. I was hoping to get this code below to work but it doesn't.

PolarPlot[θ, {θ, 0, 3 π}, PolarAxes -> True, AxesStyle -> Red] 

Is this a missing feature in Mathematica?

Replaced character codes with Unicode characters; shortened title
Source Link
MarcoB
  • 68k
  • 19
  • 98
  • 205

Option for styling PolarAxes - Am I missing something or is this a missing feature? Styling polar axes in PolarPlot

You can style the axes in Plot with AxesStyle. For example, the following code makes the axes red.

Plot[Sin[x], {x, -3, 3}, Axes -> True, AxesStyle -> Red] 

I cannot seem to find a way to style the polar axes in PolarPlot. AxesStyle does not work and there is no PolarAxesStyle function. I was hoping to get this code below to work but it doesn't.

PolarPlot[\[Theta]PolarPlot[θ , {\[Theta]θ , 0, 3 Pi}, PolarAxes -> True,  AxesStyle -> Red] 

Is this a missing feature in MathematicaMathematica?

Option for styling PolarAxes - Am I missing something or is this a missing feature?

You can style the axes in Plot with AxesStyle. For example, the following code makes the axes red.

Plot[Sin[x], {x, -3, 3}, Axes -> True, AxesStyle -> Red] 

I cannot seem to find a way to style the polar axes in PolarPlot. AxesStyle does not work and there is no PolarAxesStyle function. I was hoping to get this code below to work but it doesn't.

PolarPlot[\[Theta] , {\[Theta] , 0, 3 Pi}, PolarAxes -> True,  AxesStyle -> Red] 

Is this a missing feature in Mathematica?

Styling polar axes in PolarPlot

You can style the axes in Plot with AxesStyle. For example, the following code makes the axes red.

Plot[Sin[x], {x, -3, 3}, Axes -> True, AxesStyle -> Red] 

I cannot seem to find a way to style the polar axes in PolarPlot. AxesStyle does not work and there is no PolarAxesStyle function. I was hoping to get this code below to work but it doesn't.

PolarPlot[θ , {θ , 0, 3 Pi}, PolarAxes -> True, AxesStyle -> Red] 

Is this a missing feature in Mathematica?

Tweeted twitter.com/StackMma/status/676609776453857280
Source Link
B flat
  • 6k
  • 2
  • 17
  • 41

Option for styling PolarAxes - Am I missing something or is this a missing feature?

You can style the axes in Plot with AxesStyle. For example, the following code makes the axes red.

Plot[Sin[x], {x, -3, 3}, Axes -> True, AxesStyle -> Red] 

I cannot seem to find a way to style the polar axes in PolarPlot. AxesStyle does not work and there is no PolarAxesStyle function. I was hoping to get this code below to work but it doesn't.

PolarPlot[\[Theta] , {\[Theta] , 0, 3 Pi}, PolarAxes -> True, AxesStyle -> Red] 

Is this a missing feature in Mathematica?