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

Re: [Matplotlib-users] edgecolor with usetex=True, usedistiller='pdf'

2007-09-23 Thread Tom Johnson
On 9/23/07, Tom Johnson <[EMAIL PROTECTED]> wrote: > > > Also, it seems like there needs to be an extra keyword or option. Suppose > someone wanted a white facecolor in the (usetex=True) EPS file. It doesn't > seem like this is currently possible. It would be nice if I could specify: > > savefig

[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

[Matplotlib-users] edgecolor with usetex=True, usedistiller='pdf'

2007-09-23 Thread Tom Johnson
Hello, When using usetex=True and savefig(file, facecolor='w', edgecolor='w') The behavior of the generated EPS file is more like: facecolor=None edgecolor='w' That is, the image's facecolor is tranparent...taking on the background color of the latex document---while the edgecolor is

Re: [Matplotlib-users] Rv: three-d contour plot(intensity or arrow plot)

2007-09-23 Thread Jouni K . Seppänen
yadin Bocuma Rivas <[EMAIL PROTECTED]> writes: > every time i try to plot i have these error Unfortunately, the 3D plotting capabilities of matplotlib are not being maintained. A list of Python software for 3D plotting can be found at http://new.scipy.org/Topical_Software#head-8f49c45f696b5833d

[Matplotlib-users] Rv: three-d contour plot(intensity or arrow plot)

2007-09-23 Thread yadin Bocuma Rivas
every time i try to plot i have these error how can i avoid it? Traceback (most recent call last): File "C:/Python24/contour.py", line 9, in -toplevel- import matplotlib.axes3d as p3 File "C:\PYTHON24\lib\site-packages\matplotlib\axes3d.py", line 26, in -toplevel- import art3d File

[Matplotlib-users] three-d contour plot(intensity or arrow plot)

2007-09-23 Thread yadin Bocuma Rivas
hi ! I have an array of x,y,z 100 points(in tree-d) 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 arrowsat every point) how can i do these please any thing to start. an example will be very helpfull