| Author |
Comment/Response |
Bill
|
10/31/10 9:42pm
Hi:
Do you want something like this?
ParametricPlot[{40 + k*Cos[127 Degree], 0 + k*Sin[127 Degree]}, {k, 0, 10},
PlotStyle -> {Red, Thick}, AxesLabel -> {x, y},
PlotRange -> {{31, 41}, {-1, 9}}, Background -> LightGreen, ImageSize -> 300] // Framed
Hth,
Bill
URL: , |
|