| Author |
Comment/Response |
Joe
|
11/19/09 11:03am
Hi,
I have some plotting code like:
PolarPlot[Sin[2 \[Theta]]^2, {\[Theta], -\[Pi]/2, \[Pi]/2},
PolarGridLines -> True, PolarAxes -> True,
PolarTicks -> {Table[i \[Degree], {i, -90, 90, 15}], Automatic},
PlotRange -> {{0, 2}, {-1, 1}}, PerformanceGoal -> "Speed",
PlotRangeClipping -> False,
PlotStyle -> {{Red, Thick, Dotted}, {Red, Thick}},
PlotLabel -> "label"]
Trouble is, the y axis goes to 1.2, not 1 --- is there a way to make it max at 1 (so that the graph's curve hits the bolder line)?
Thanks.
URL: , |
|