Question: The Mandlebrot Set

Hi I'm having trouble generating the mandlebrot set using maple... i only have a very basic knowledge of this programme.
>plot3d([-2, 0.7], [0.7, 3] orientation = [-90,0], grid = [250,250], style = patchnogrid, scaling = constrained, colour = mandelbrot);

The above code is giving me trouble, it keeps coming up with an error missing operator or ';'
I don't see anything wrong with it though....

Please Wait...