Re: [Matplotlib-users] plot three varaibles using matplotlib

2007-10-11 Thread Alain Péan
Hi Yadin, I am a simple user, but I already faced this problem. The idea I used is to plot the data as an image, with magnitudes being converted in color levels. To do that, you have to define an array (let's say 'Z', Z(x,y) with dims len(X) and len(Y) and fill it with tour magnitudes. Then

[Matplotlib-users] plot three varaibles using matplotlib

2007-10-11 Thread yadin Bocuma Rivas
I i have tree lists or array of values list x of 100... values list y of 100.. values list mag of 100.. values list x and y are coordiantes of points and list Mag is magnitude of something at that point how can i plot this quantities using matplotlib, any function please? my code starts as.