Question: Minor plot issue

The plot is fine until specifying the upper limit too high at which point the lower limit on the x axis is ignored from view. Works on Maple 12, does not in Maple 16.

 

a := -32*exp((-11*t)*(1/50))

-32*exp(-(11/50)*t)

(1)

plot(a, t = 0 .. 22)

 

plot(a, t = 0 .. 23)

 

``

 

Download plotbug.mw

 

Please Wait...