No problem. Here are graphs. I will post the maple functions and a diary of the commands that generated them.

For the first order method, we would apply
Though it is not required, it is worth writing about Richardson
extrapolation for the other Taylor methods. For the second order
method, the asymptotic error would be
E(T) h2 + O(h3). Thus, to
cancel the errors with two consecutive runs, we would apply
For the third order method, we would apply
In general, for a
order method, the correct way to cancel
the leading order error terms is

Here, we are using a second order method, and the improved results are 3.47984... and 3.47993.... Because the method is better than the second order Taylor method, the Richardson extrapolation performs better.