|
From: Atomfried <mx...@us...> - 2010-03-29 11:56:57
|
Hi, is it possible to perform a surface plot a NxM matrix with date-axes? Similar to plot_date for 1D-Plots. The dates are available as an N-sized (or M-sized) array of float values. At the moment, I am using imshow or matshow for the color plots, but the only way I found to manipulate the axes is the 'extent' keyword argument, which is not sufficient in this context. Any hints? Micha -- View this message in context: http://old.nabble.com/matshow---imshow-with-date-axis-tp28068228p28068228.html Sent from the matplotlib - users mailing list archive at Nabble.com. |