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

Skip to content

Commit 9e0a8b3

Browse files
committed
FIX: move titles up if overlap axes
1 parent 7935c5a commit 9e0a8b3

File tree

7 files changed

+208
-198
lines changed

7 files changed

+208
-198
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,11 +2516,6 @@ def _update_title_position(self, renderer):
25162516
x, y0 = title.get_position()
25172517
title.set_position((x, ymax))
25182518

2519-
2520-
2521-
2522-
2523-
25242519
# Drawing
25252520
@allow_rasterization
25262521
def draw(self, renderer=None, inframe=False):
Binary file not shown.

0 commit comments

Comments
 (0)