Question: Problem with draw, geometry and maple help

Hi, I wanna plot some geometrical graphics with maple (v. 11), and i'm having problems with the easiest one: a point If you want to plot a point, for example with(geometry); point(p, 1, 1); draw(p(symbol = point), axes = normal, view = [-6 .. 6, -6 .. 6]) Ok well, now i want maple to plot the axis, as maple help says:
globalopts: the set of options allowed for globalopts is the same as that for plot except for the adaptive and sample options.
Then i try with(geometry); point(p, 1, 1); draw(p(symbol = point), axes = normal, view = [-6 .. 6, -6 .. 6], gridlines = true) But i get Error, (in geometry:-draw) wrong options: gridlines How is that possible? Is the maple help wrong? How can i solved? Thanks
Please Wait...