2010/7/16 Simon Friedberger <simon+matplot...@a-oben.org>:
> 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

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to