| Author |
Comment/Response |
Rick T
|
12/25/07 10:46pm
Changing x axis to show pi radians
Greetings
I would like the x axis to show in the fractional radians format is this possible?
Example:
have the x axis show 0, Pi, 2Pi instead on 1,2,3,4,5,6
Manipulate[Plot[R1C5a*Sin[R1C5b*{R1C5x-R1C5c}]+R1C5d, {R1C5x,0Pi,2Pi}], {{R1C5a, 1, "R1C5a Amplitude"}, 0, 8, Appearance -> "Labeled"}, {{R1C5b, 1, "R1C5b Angular frequency"}, 0, 8, Appearance -> "Labeled"}, {{R1C5c, 0, "R1C5c Phase Shift"}, 0, 8, Appearance -> "Labeled"}, {{R1C5d, 0, "R1C5d Vertical Offset"}, 0, 8, Appearance -> "Labeled"}]
URL: , |
|