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

Skip to content

Commit 62804e8

Browse files
committed
Correct comment
1 parent 46ae4d9 commit 62804e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ def _get_tick_bboxes(self, ticks, renderer):
10781078
def get_tightbbox(self, renderer):
10791079
"""
10801080
Return a bounding box that encloses the axis. It only accounts
1081-
tick labels, axis label, offsetText and ticks themselves.
1081+
tick labels, axis label, and offsetText.
10821082
"""
10831083
if not self.get_visible():
10841084
return

0 commit comments

Comments
 (0)