Re: [Matplotlib-users] Scaling the axis values from list indices to meaningful values

2009-10-04 Thread Jae-Joon Lee
use "extent" argument. http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.imshow -JJ On Fri, Oct 2, 2009 at 7:21 PM, shamster wrote: > > My current plot takes data to construct a 2d histogram. In gnuplot i would > accomplish this by using splot, dgrid3d, and pulling in a '

[Matplotlib-users] Scaling the axis values from list indices to meaningful values

2009-10-04 Thread shamster
My current plot takes data to construct a 2d histogram. In gnuplot i would accomplish this by using splot, dgrid3d, and pulling in a 'matrix' data file. The code below has produced nearly what I need. However, the axes limits are set based on the indices of the incoming data (i.e. the number of ro