Question: How can I smooth my plot?

Hello, 

I have plotted a function f(e) vs. e (see code and figure). However, the graph looks jagged and nasty. I tried increasing the numpoint value but this doesn't seem to work (even at 50,000!). I'm fairly new to Maple and so I don't know any other commands/ tricks to help myself. 

Does anyone know how I smooth this plot?

Thanks.

 

Code: 

> f := (1+(73/24)*e^2+(37/96)*e^4)/(1-e^2)^(7/2);
> plot([f], e = 0 .. .8, numpoints = 50000, colour = [blue], axesfont = [TIMES, 8]);

My Screen:

Please Wait...