If you say
Plot[Sin[x],{x,0,2Pi}]
Can you plot show Pi as a scalle, 1 PI,2Pi....etc?
Just type
Plot[Sin[x], {x, 0, 2 Pi}, Ticks -> {{0, \[Pi], 2 \[Pi]}, Automatic}]