From: Tommy G. <tg...@ma...> - 2007-08-05 15:23:50
|
I am creating a 2 dimensional histogram that I would like to plot as a contourf plot with matplotlib. I am using numpy to generate the histogram, but when I plot it the tick marks are of course the index of the histogram array. How do I change these tick labels to the value of the bins used to generate the histogram? Cheers Tommy |