SF.net SVN: matplotlib:[8539] branches/v1_0_maint/lib/matplotlib/axis.py

2010-07-09 Thread ryanmay
Revision: 8539 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8539&view=rev Author: ryanmay Date: 2010-07-09 18:30:07 + (Fri, 09 Jul 2010) Log Message: --- Fix setting of minor ticklabels. As far as I can tell, the extra call to set_major_formatter is due to an

SF.net SVN: matplotlib:[8538] trunk/matplotlib/lib/matplotlib/axis.py

2010-07-09 Thread ryanmay
Revision: 8538 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8538&view=rev Author: ryanmay Date: 2010-07-09 18:28:47 + (Fri, 09 Jul 2010) Log Message: --- Fix setting of minor ticklabels. As far as I can tell, the extra call to set_major_formatter is due to an

SF.net SVN: matplotlib:[8537] trunk/matplotlib/setup.py

2010-07-09 Thread ryanmay
Revision: 8537 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8537&view=rev Author: ryanmay Date: 2010-07-09 18:21:30 + (Fri, 09 Jul 2010) Log Message: --- Some basic changes that allow setup.py to work with both Python 2 and 3. Modified Paths: --