[Matplotlib-users] Possible bug (or unclear docs) with quiver

2012-09-27 Thread Sergio
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

[Matplotlib-users] Filled Curves

2006-12-26 Thread Sergio Drumond Ventura
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

[Matplotlib-users] Filled Curves

2006-12-16 Thread Sergio Drumond Ventura
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