[Matplotlib-users] irregularly spaced grids and imshow....

2008-08-07 Thread Grégory Lielens
Hello everybody, we are looking for the best way to plot a waterfall diagram in Matplotlib. The 2 functions which could be used to do that are (as far as I have found) imshow and pcolormesh. Here is a small script that use both to compare the output: - from pylab import *

Re: [Matplotlib-users] Installation woes: phantom Numpy version?

2008-08-07 Thread Richard Lawrence
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, Thanks for your help. | | Most likely there is another version of numpy on your system that easy | install is picking up (multiple versions of python perhaps?). You | might try to find them with | |find / -name numpy -type d | Indeed,

[Matplotlib-users] Contour/Contourf Plot Heatmap - Grid - Multiple Items

2008-08-07 Thread stuartornum
Hi, I have been using matplotlib for about 2 weeks now. I thought it would be good to try plotting heatmaps to show some data. The idea: I have 100 values all ranging from 0.00 to 1.00, I would like to create a graph with a 10 by 10 grid. Therefore each value has 1 section of the grid. So,

Re: [Matplotlib-users] Installation woes: phantom Numpy version?

2008-08-07 Thread Chris Barker
On Wed, Aug 6, 2008 at 5:02 PM, Richard Lawrence [EMAIL PROTECTED] wrote: My setup is: Mac Pro PPC G5, OS X 10.5.4 Python 2.5.1 (Apple build) Numpy 1.2.0.dev5615 -- ran svn update and rebuilt this morning REQUIRED DEPENDENCIES ~* numpy 1.1 or later is required; you

Re: [Matplotlib-users] Contour/Contourf Plot Heatmap - Grid - Multiple Items

2008-08-07 Thread stuartornum
Hi Pete, Thanks for the quick response. Will imshow() actually plot the graph? Do I not need to do something like: contourf(X, Y, Z, levels) Thanks -- View this message in context: http://www.nabble.com/Contour-Contourf-Plot-Heatmap---Grid---Multiple-Items-tp18872991p18874222.html Sent