I have this function: Plot[{(sin (x)), (sin^2 x)}, {x, -2*[Pi], 3*[Pi]}]
When i'm trying to execute this function in Mathematica, i've got only this graph:
How can i set to see the lines of the graph in Mathematica? In wolfram alpha it's ok, here not.
Thanks.