Question: Problem with FunctionChart

When using the FunctionChart call from Student[Calculus1] I keep running into a strange problem. As soon as I attempt to change the display size with the view=[x1..x2,y1..y2] option I get a tiny little graph that is no larger than an ordinary icon. Does anyone have a work around for this? As an example this misbehaves on my Maple 10 install: with(Student[Calculus1]) with(Plots) FunctionChart(x^2, x, view = [-2 .. 2, 0 .. 9]) Tim
Please Wait...