Revision: 8879
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8879&view=rev
Author:   efiring
Date:     2011-01-04 00:45:25 +0000 (Tue, 04 Jan 2011)

Log Message:
-----------
apply patch by Paul Ivanov to move twinx second axis offset to the RHS

Modified Paths:
--------------
    branches/v1_0_maint/lib/matplotlib/axes.py

Modified: branches/v1_0_maint/lib/matplotlib/axes.py
===================================================================
--- branches/v1_0_maint/lib/matplotlib/axes.py  2011-01-03 21:53:09 UTC (rev 
8878)
+++ branches/v1_0_maint/lib/matplotlib/axes.py  2011-01-04 00:45:25 UTC (rev 
8879)
@@ -7378,6 +7378,7 @@
             frameon=False)
         ax2.yaxis.tick_right()
         ax2.yaxis.set_label_position('right')
+        ax2.yaxis.set_offset_position('right')
         self.yaxis.tick_left()
         ax2.xaxis.set_visible(False)
         return ax2


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to