I'm plotting a 2d array representing energy-energy covariances:
 ...
 # (create and fill the 2d Array, 'mat')
 ...
 pylab.matshow( mat, origin='lower',
extent=(elist[0],elist[-1],elist[0],elist[-1]) )

http://www.nabble.com/file/p18798793/covars.png 

The 'extent' keyword puts the correct initial and final energies on the
scale for my matrix, but the energy range in between is not linear: can I
customize the scale further?
Also, I'd really like to plot both x and y axes of the array in log... so
far I haven't found documentation for this (pylab.loglog for example expects
two 1D arrays for x and f(x) )

Note that the minimum value for the matrix is actually 10^-5 eV, the next
point is at about 10^4 eV and it increases from there... so the current
scale is misleading.

Thanks for your help!
 Caleb


-- 
View this message in context: 
http://www.nabble.com/scale-for-2d-array-tp18798793p18798793.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to