--- On Tue, 5/19/09, Thomas Pfaff wrote:
> Now, here at work I have to use a Windows PC and PowerPoint
> and graphics just look best in PowerPoint if they are in
> EMF format. Funny enough there seems to be no converter on
> the market to properly convert any other vector format
> matplotlib can
Hello Robert,
I studied delaunay and mlab.griddata a bit while converting tinterp and
saw the
"""
tri = delaunay.Triangulation(x,y)
# interpolate data
interp = tri.nn_interpolator(z)
zo = interp(xi,yi)
"""
stuff. In studying delaunay, however, it was/is not cle
On 2009-05-23 17:17, Eric Carlson wrote:
> I should read entire posts before sending people down the wrong
> pathways. I just happened to be working on a Python equivalent to MATLAB
> "triplot" stuff when I read your subject line and made the wrong
> assumptions. That program does just plot the edg
I should read entire posts before sending people down the wrong
pathways. I just happened to be working on a Python equivalent to MATLAB
"triplot" stuff when I read your subject line and made the wrong
assumptions. That program does just plot the edges, as you noted.
I have attached a python p
Hi all,
I have developed a little GTK program which uses Matplotlib to render
plots. Now it is done, I would like to distribute for both Linux and
Windows platforms but, to make things short, I have some troubles to get
matplotlib work with GTK backend on Windows.
Basically, here is what I get