Revision: 8453
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8453&view=rev
Author: efiring
Date: 2010-06-21 21:41:19 + (Mon, 21 Jun 2010)
Log Message:
---
tick_params: fixed errors in handling top, bottom, etc. kwargs.
Modified Paths:
--
trunk/m
Revision: 8452
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8452&view=rev
Author: efiring
Date: 2010-06-21 20:53:22 + (Mon, 21 Jun 2010)
Log Message:
---
Let pcolor antialiasing default be controlled by patch.antialiasing.
See ticket 3017725. In most cases ant
Revision: 8451
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8451&view=rev
Author: jswhit
Date: 2010-06-21 20:37:27 + (Mon, 21 Jun 2010)
Log Message:
---
add antialiased=True to pcolor call (SF bugs item #3019150)
Modified Paths:
--
trunk/toolki
Revision: 8450
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8450&view=rev
Author: mdboom
Date: 2010-06-21 14:33:58 + (Mon, 21 Jun 2010)
Log Message:
---
[3018374] Link to examples is hardcoded
Modified Paths:
--
trunk/matplotlib/doc/_templates/
Revision: 8449
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8449&view=rev
Author: mdboom
Date: 2010-06-21 13:19:11 + (Mon, 21 Jun 2010)
Log Message:
---
[3015217] Don't add piwik code to html docs by default
This prevents the web browser from making remote http
Revision: 8448
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8448&view=rev
Author: efiring
Date: 2010-06-21 08:51:30 + (Mon, 21 Jun 2010)
Log Message:
---
Add Axes.tick_params and pyplot.tick_params to control tick and tick label
appearance.
This allows interac