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

Skip to content

Commit 52a53a6

Browse files
committed
Made layoutboxes private
1 parent 7e3699e commit 52a53a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def __getstate__(self):
576576
# that point.
577577
state = super(_AxesBase, self).__getstate__()
578578
state['_cachedRenderer'] = None
579-
state.pop('layoutbox')
579+
state.pop('_layoutbox')
580580
state.pop('_poslayoutbox')
581581

582582
return state

0 commit comments

Comments
 (0)