Re: [Matplotlib-users] Contour Plot of experimental data (Zack 24)

2007-03-07 Thread Zack 24
Thanks Mark for the link! Exactly what I need. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief

Re: [Matplotlib-users] Contour Plot of experimental data (Zack 24)

2007-03-07 Thread Mark Bakker
See the - Gridding irregularly spaced data- how to grid scattered data points in order to make a contour or image plot. In the matplotlib cookbook. Mark

[Matplotlib-users] Contour Plot of experimental data

2007-03-07 Thread Zack 24
Hi, I've found no possibility to plot my experimental data with Matplotlib. The data are coming in the form of a list of xyz vector. [[1,2,3],[4,5,6],...] But Matplotlib needs 2D grid, which I can't provide. Does anybody know a solution of such a problem? It will be pretty nice to integrate a c