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
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
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
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
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
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
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