Re: [Matplotlib-users] EMF export doesn't work

2009-05-23 Thread Michiel de Hoon
--- 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

Re: [Matplotlib-users] plot a triangular mesh

2009-05-23 Thread Eric Carlson
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

Re: [Matplotlib-users] plot a triangular mesh

2009-05-23 Thread Robert Kern
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

Re: [Matplotlib-users] plot a triangular mesh

2009-05-23 Thread Eric Carlson
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

[Matplotlib-users] Issues with GTK backend on windows

2009-05-23 Thread Séb
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