Hello darkside,
I set up a little program hoping it offers a solution to your problem.
Matthias
>---
from numpy.random import uniform
import pylab
Nt = 20
x,y = uniform(size=(100,Nt+1)),uniform(size=(100,Nt+1))
pylab.
Hello,
I'm new in matplotlib, but I have became a fat!
First of all, I have to apologize for my bad English, I hope you can
understand what I mean.
Making some programs I have found the same problem:
-What I want? I want to plot two sets of changing data using the same
windows.
-The problem? My