Re: [Matplotlib-users] contour or intensity plot.

2007-09-23 Thread Jouni K . Seppänen
yadin Bocuma Rivas <[EMAIL PROTECTED]> writes: > i want to generate a contour plot [...] an example will be very > helpfull Please see examples/contour_demo.py in the matplotlib distribution and http://matplotlib.sourceforge.net/matplotlib.pylab.html#-contour -- Jouni K. Seppänen http://www.iki

[Matplotlib-users] contour or intensity plot.

2007-09-23 Thread yadin Bocuma Rivas
hi ! lets say i have an array of x,y 100 points and at each point i have a correspoinding magnitude(of electric field) i want to generate a contour plot of these intensity and if posible show contourn lines how can i do these please any thing to start. an example will be very helpfull