Revision: 4018
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4018&view=rev
Author:   mdboom
Date:     2007-10-26 11:04:51 -0700 (Fri, 26 Oct 2007)

Log Message:
-----------
Fix polar plot title so it doesn't clash with 90 degree value.

Modified Paths:
--------------
    branches/transforms/lib/matplotlib/projections/polar.py

Modified: branches/transforms/lib/matplotlib/projections/polar.py
===================================================================
--- branches/transforms/lib/matplotlib/projections/polar.py     2007-10-26 
18:00:23 UTC (rev 4017)
+++ branches/transforms/lib/matplotlib/projections/polar.py     2007-10-26 
18:04:51 UTC (rev 4018)
@@ -175,6 +175,8 @@
         self.grid(rcParams['polaraxes.grid'])
         self.xaxis.set_ticks_position('none')
         self.yaxis.set_ticks_position('none')
+
+        self.title.set_y(1.06)
         
     def _set_lim_and_transforms(self):
        self.dataLim = Bbox.unit()


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to