|
From: Friedrich R. <fri...@gm...> - 2010-07-17 20:50:01
|
2010/7/16 Simon Friedberger <sim...@a-...>: > Hello List. > > I'm trying to plot a confusion matrix and I got this far: > http://paste.pocoo.org/show/238332/ > > Basically what I still want to do is get the ticklabels from the bottom > to the top, have every ticklabel shown and start showing them from the > first not from the second. Maybe try to use axes.set_xticks() first, see http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.set_xticks . Your code on pocoo is messed up with whitespace. Is that intentional? Friedrich |