answered 12 years ago
Or this may be what you want:
t = var('t') E(t)=(10.40*(1-exp(-0.25*t)))^2.81 plot(E,t,(x,0,15),frame=True,axes_labels=['$t$ axis','$E$ axis'],axes=False)