Re: [Matplotlib-users] Difference between axes_grid and axes_grid1

2010-06-05 Thread Jae-Joon Lee
axes_grid was originally started as a supporting module for my other project. And it contained mix of unrelated modules (but served for my purpose). Some of the modules in axes_grid has interfaces not compatible with matplotlib's own axes. (http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/u

Re: [Matplotlib-users] Difference between axes_grid and axes_grid1

2010-06-05 Thread Benjamin Root
Ah, that makes sense. The features of axes_grid1 are very good and I think they make matplotlib very appealing to those who need advanced graphing features. To encourage the use of axes_grid1, shouldn't the examples on the website get updated to reflect this? Would the examples still work with a

Re: [Matplotlib-users] Difference between axes_grid and axes_grid1

2010-06-05 Thread Jae-Joon Lee
On Sat, Jun 5, 2010 at 1:41 PM, Benjamin Root wrote: > To encourage the use of axes_grid1, shouldn't the examples on the website > get updated to reflect this?  Would the examples still work with a simple > search-and-replace? > > The examples in the svn are already updated and they are reflected

[Matplotlib-users] plotting heatmap matrices in matplotlib with scale

2010-06-05 Thread per freem
Hi all, How can I plot a matrix of values as a heatmap where values are shown from green to red intensities, or blue to yellow intensities, like in the following figure? http://www.coriell.org/images/microarray.gif I want to have the option of doing this with either green-red maps or blue-yellow