Hello, I have been using MAPLE 10 for a long time, now I switched to MAPLE 11. With both versions I have been using the standard worksheet. The programs which I wrote for MAPLE 10 work for MAPLE 11 also. However, in MAPLE 11 the graphs that are produced by the programs seem to have a worse resolution. What could be the reason for that? More precisely, I solve an ODE numerically and then plot the solution with the odeplot-command. Then, I save the graph as an eps-file (by right-clicking on it, selecting export and choosing eps). Using MAPLE 10 the eps-graph has an excellent reolution, not so when I use MAPLE 11. My main commands are sol := dsolve(ivp, numeric, maxfun = 0, initstep = 2*Pi/(1000*omega)): plot11 := odeplot(sol, [t, x(t)], t = 0 .. 109*2*Pi/omega, axes = normal, numpoints = 100000, color = maroon, axes = boxed): display(plot11); I would be very grateful if someone could help me!

Please Wait...