I am looking for a Python package that will allow me to plot something similar to the Java applet seen below:
http://math.mit.edu/mathlets/mathlets/isoclines/
Does anyone know any ODE plotting packages for this? I can code something from scratch using Numpy, Matplotlib, but I wanted to ask around first.
Thanks,