From: <ef...@us...> - 2011-01-04 00:45:31
|
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. |