I am trying to graph a trig function in WolframAlpha. I want the x axis to show radians. It will do this for a basic function, such as $y=\sin x$, but for many functions it will just label the x axis from -10 to 10. I have googled this and this is the best I can come up with:
plot sin (x/2 -pi/16) ,Ticks ->{{-pi, -pi/2, 0, pi/2, pi, 3pi/2, 2pi, 5pi/2},{-1,1}}
It doesn't work, WolframAlpha just plots the function from -10 to 10 on the x axis.
For more sophisticated plots WolframAlpha is not the best option, I only use it for a first idea of the function. Never the less using Mathematica Syntax might help.
At least the PlotRange you can chose via
which gives you this
If you have Mathematica you have a lot more options for Plots, using the command
gives you