Question: Error plotting Contour Plots

I inputted the folllowing into Maple.

with(plots):
contourplot(x^2*y/(x^4+y^2),x=-1/2..1/2,numpoints=60^2,color=blue);
However it is giving me this error:
Error, (in plot/iplot2d/expression) bad range arguments x = -1/2 .. 1/2, numpoints = 3600
 
I don't understnad why.
My lecturer has completed this graph and I literally just copied what she had written on our worksheet in order to acheive the same graph on my screen but it produced this error.
 
Does anybody know anything about this??
Thanks
Chrissie
Please Wait...