Hi,
trying to create a velocity plot for a 2d ode and superimposing it onto
a trajectory, I am encountering some issues with quiver.
Let ns1(x,t) be a vector function defining the ode, ready to be integrated with
scipy odeint and actually invariant with t. Here, x is a 1d state array with 2
entri
uld somebody, please, tell me if I am doing something wrong ?
Thank you.
Sergio.
--
#!/usr/bin/env python
from pylab import *
from matplotlib.patches import Polygon
t = arange(0.0, 1.0+0.01, 0.01)
s1 = t
s2 = t*t
s3 = t*t*t
text(0.5
uld somebody, please, tell me if I am doing something wrong ?
Thank you.
Sergio.
--
#!/usr/bin/env python
from pylab import *
from matplotlib.patches import Polygon
t = arange(0.0, 1.0+0.01, 0.01)
s1 = t
s2 = t*t
s3 = t*t*t
text(0.5