Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c20787

Browse files
committed
Fix polar plot title so it doesn't clash with 90 degree value.
svn path=/branches/transforms/; revision=4018
1 parent 74ceea4 commit 6c20787

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/matplotlib/projections/polar.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ def cla(self):
175175
self.grid(rcParams['polaraxes.grid'])
176176
self.xaxis.set_ticks_position('none')
177177
self.yaxis.set_ticks_position('none')
178+
179+
self.title.set_y(1.06)
178180

179181
def _set_lim_and_transforms(self):
180182
self.dataLim = Bbox.unit()

0 commit comments

Comments
 (0)