--- a/trunk/htdocs/matplotlib.axis.html.template
+++ b/trunk/htdocs/matplotlib.axis.html.template
@@ -44,7 +44,8 @@
 </dd>
 </dl>
 </dd>
-</dl>
+<dt><font face="helvetica, arial"><a href="matplotlib.axis.html#Ticker">Ticker</a>
+</font></dt></dl>
  <p>
 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
 <tr bgcolor="#ffc8d8">
@@ -59,6 +60,8 @@
 <td width="100%">Methods defined here:<br>
 <dl><dt><a name="Axis-__init__"><strong>__init__</strong></a>(self, axes)</dt><dd><tt>Init&nbsp;the&nbsp;axis&nbsp;with&nbsp;the&nbsp;parent&nbsp;Axes&nbsp;instance</tt></dd></dl>
 
+<dl><dt><a name="Axis-cla"><strong>cla</strong></a>(self)</dt><dd><tt>clear&nbsp;the&nbsp;current&nbsp;axis</tt></dd></dl>
+
 <dl><dt><a name="Axis-draw"><strong>draw</strong></a>(self, renderer, *args, **kwargs)</dt><dd><tt>Draw&nbsp;the&nbsp;axis&nbsp;lines,&nbsp;grid&nbsp;lines,&nbsp;tick&nbsp;lines&nbsp;and&nbsp;labels</tt></dd></dl>
 
 <dl><dt><a name="Axis-get_data_interval"><strong>get_data_interval</strong></a>(self)</dt><dd><tt>return&nbsp;the&nbsp;Interval&nbsp;instance&nbsp;for&nbsp;this&nbsp;axis&nbsp;data&nbsp;limits</tt></dd></dl>
@@ -184,6 +187,8 @@
 ACCEPTS:&nbsp;any&nbsp;number</tt></dd></dl>
 
 <dl><dt><a name="Axis-update"><strong>update</strong></a>(self, props)</dt></dl>
+
+<dl><dt><a name="Axis-update_from"><strong>update_from</strong></a>(self, other)</dt><dd><tt>copy&nbsp;properties&nbsp;from&nbsp;other&nbsp;to&nbsp;self</tt></dd></dl>
 
 <hr>
 Data and other attributes inherited from <a href="matplotlib.artist.html#Artist">matplotlib.artist.Artist</a>:<br>
@@ -306,11 +311,25 @@
 
 <dl><dt><a name="Tick-update"><strong>update</strong></a>(self, props)</dt></dl>
 
+<dl><dt><a name="Tick-update_from"><strong>update_from</strong></a>(self, other)</dt><dd><tt>copy&nbsp;properties&nbsp;from&nbsp;other&nbsp;to&nbsp;self</tt></dd></dl>
+
 <hr>
 Data and other attributes inherited from <a href="matplotlib.artist.html#Artist">matplotlib.artist.Artist</a>:<br>
 <dl><dt><strong>aname</strong> = 'Artist'</dl>
 
 <dl><dt><strong>zorder</strong> = 0</dl>
+
+</td></tr></table> <p>
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
+<tr bgcolor="#ffc8d8">
+<td colspan=3 valign=bottom>&nbsp;<br>
+<font color="#000000" face="helvetica, arial"><a name="Ticker">class <strong>Ticker</strong></a></font></td></tr>
+    
+<tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
+<td width="100%">Data and other attributes defined here:<br>
+<dl><dt><strong>formatter</strong> = None</dl>
+
+<dl><dt><strong>locator</strong> = None</dl>
 
 </td></tr></table> <p>
 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
@@ -328,7 +347,13 @@
 Methods defined here:<br>
 <dl><dt><a name="XAxis-get_data_interval"><strong>get_data_interval</strong></a>(self)</dt><dd><tt>return&nbsp;the&nbsp;Interval&nbsp;instance&nbsp;for&nbsp;this&nbsp;axis&nbsp;data&nbsp;limits</tt></dd></dl>
 
+<dl><dt><a name="XAxis-get_label_position"><strong>get_label_position</strong></a>(self)</dt><dd><tt>Return&nbsp;the&nbsp;label&nbsp;position&nbsp;(top&nbsp;or&nbsp;bottom)</tt></dd></dl>
+
 <dl><dt><a name="XAxis-get_view_interval"><strong>get_view_interval</strong></a>(self)</dt><dd><tt>return&nbsp;the&nbsp;Interval&nbsp;instance&nbsp;for&nbsp;this&nbsp;axis&nbsp;view&nbsp;limits</tt></dd></dl>
+
+<dl><dt><a name="XAxis-set_label_position"><strong>set_label_position</strong></a>(self, position)</dt><dd><tt>Set&nbsp;the&nbsp;label&nbsp;position&nbsp;(top&nbsp;or&nbsp;bottom)<br>
+&nbsp;<br>
+ACCEPTS:&nbsp;[&nbsp;'top'&nbsp;|&nbsp;'bottom'&nbsp;]</tt></dd></dl>
 
 <dl><dt><a name="XAxis-tick_bottom"><strong>tick_bottom</strong></a>(self)</dt><dd><tt>use&nbsp;ticks&nbsp;only&nbsp;on&nbsp;bottom</tt></dd></dl>
 
@@ -337,6 +362,8 @@
 <hr>
 Methods inherited from <a href="matplotlib.axis.html#Axis">Axis</a>:<br>
 <dl><dt><a name="XAxis-__init__"><strong>__init__</strong></a>(self, axes)</dt><dd><tt>Init&nbsp;the&nbsp;axis&nbsp;with&nbsp;the&nbsp;parent&nbsp;Axes&nbsp;instance</tt></dd></dl>
+
+<dl><dt><a name="XAxis-cla"><strong>cla</strong></a>(self)</dt><dd><tt>clear&nbsp;the&nbsp;current&nbsp;axis</tt></dd></dl>
 
 <dl><dt><a name="XAxis-draw"><strong>draw</strong></a>(self, renderer, *args, **kwargs)</dt><dd><tt>Draw&nbsp;the&nbsp;axis&nbsp;lines,&nbsp;grid&nbsp;lines,&nbsp;tick&nbsp;lines&nbsp;and&nbsp;labels</tt></dd></dl>
 
@@ -459,6 +486,8 @@
 ACCEPTS:&nbsp;any&nbsp;number</tt></dd></dl>
 
 <dl><dt><a name="XAxis-update"><strong>update</strong></a>(self, props)</dt></dl>
+
+<dl><dt><a name="XAxis-update_from"><strong>update_from</strong></a>(self, other)</dt><dd><tt>copy&nbsp;properties&nbsp;from&nbsp;other&nbsp;to&nbsp;self</tt></dd></dl>
 
 <hr>
 Data and other attributes inherited from <a href="matplotlib.artist.html#Artist">matplotlib.artist.Artist</a>:<br>
@@ -579,6 +608,8 @@
 
 <dl><dt><a name="XTick-update"><strong>update</strong></a>(self, props)</dt></dl>
 
+<dl><dt><a name="XTick-update_from"><strong>update_from</strong></a>(self, other)</dt><dd><tt>copy&nbsp;properties&nbsp;from&nbsp;other&nbsp;to&nbsp;self</tt></dd></dl>
+
 <hr>
 Data and other attributes inherited from <a href="matplotlib.artist.html#Artist">matplotlib.artist.Artist</a>:<br>
 <dl><dt><strong>aname</strong> = 'Artist'</dl>
@@ -601,7 +632,13 @@
 Methods defined here:<br>
 <dl><dt><a name="YAxis-get_data_interval"><strong>get_data_interval</strong></a>(self)</dt><dd><tt>return&nbsp;the&nbsp;Interval&nbsp;instance&nbsp;for&nbsp;this&nbsp;axis&nbsp;data&nbsp;limits</tt></dd></dl>
 
+<dl><dt><a name="YAxis-get_label_position"><strong>get_label_position</strong></a>(self)</dt><dd><tt>Return&nbsp;the&nbsp;label&nbsp;position&nbsp;(left&nbsp;or&nbsp;right)</tt></dd></dl>
+
 <dl><dt><a name="YAxis-get_view_interval"><strong>get_view_interval</strong></a>(self)</dt><dd><tt>return&nbsp;the&nbsp;Interval&nbsp;instance&nbsp;for&nbsp;this&nbsp;axis&nbsp;view&nbsp;limits</tt></dd></dl>
+
+<dl><dt><a name="YAxis-set_label_position"><strong>set_label_position</strong></a>(self, position)</dt><dd><tt>Set&nbsp;the&nbsp;label&nbsp;position&nbsp;(left&nbsp;or&nbsp;right)<br>
+&nbsp;<br>
+ACCEPTS:&nbsp;[&nbsp;'left'&nbsp;|&nbsp;'right'&nbsp;]</tt></dd></dl>
 
 <dl><dt><a name="YAxis-tick_left"><strong>tick_left</strong></a>(self)</dt><dd><tt>use&nbsp;ticks&nbsp;only&nbsp;on&nbsp;left</tt></dd></dl>
 
@@ -610,6 +647,8 @@
 <hr>
 Methods inherited from <a href="matplotlib.axis.html#Axis">Axis</a>:<br>
 <dl><dt><a name="YAxis-__init__"><strong>__init__</strong></a>(self, axes)</dt><dd><tt>Init&nbsp;the&nbsp;axis&nbsp;with&nbsp;the&nbsp;parent&nbsp;Axes&nbsp;instance</tt></dd></dl>
+
+<dl><dt><a name="YAxis-cla"><strong>cla</strong></a>(self)</dt><dd><tt>clear&nbsp;the&nbsp;current&nbsp;axis</tt></dd></dl>
 
 <dl><dt><a name="YAxis-draw"><strong>draw</strong></a>(self, renderer, *args, **kwargs)</dt><dd><tt>Draw&nbsp;the&nbsp;axis&nbsp;lines,&nbsp;grid&nbsp;lines,&nbsp;tick&nbsp;lines&nbsp;and&nbsp;labels</tt></dd></dl>
 
@@ -732,6 +771,8 @@
 ACCEPTS:&nbsp;any&nbsp;number</tt></dd></dl>
 
 <dl><dt><a name="YAxis-update"><strong>update</strong></a>(self, props)</dt></dl>
+
+<dl><dt><a name="YAxis-update_from"><strong>update_from</strong></a>(self, other)</dt><dd><tt>copy&nbsp;properties&nbsp;from&nbsp;other&nbsp;to&nbsp;self</tt></dd></dl>
 
 <hr>
 Data and other attributes inherited from <a href="matplotlib.artist.html#Artist">matplotlib.artist.Artist</a>:<br>
@@ -851,6 +892,8 @@
 ACCEPTS:&nbsp;any&nbsp;number</tt></dd></dl>
 
 <dl><dt><a name="YTick-update"><strong>update</strong></a>(self, props)</dt></dl>
+
+<dl><dt><a name="YTick-update_from"><strong>update_from</strong></a>(self, other)</dt><dd><tt>copy&nbsp;properties&nbsp;from&nbsp;other&nbsp;to&nbsp;self</tt></dd></dl>
 
 <hr>
 Data and other attributes inherited from <a href="matplotlib.artist.html#Artist">matplotlib.artist.Artist</a>:<br>