Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf98fa commit ba6c0f4Copy full SHA for ba6c0f4
1 file changed
lib/matplotlib/figure.py
@@ -1961,7 +1961,7 @@ def __getstate__(self):
1961
# The canvas cannot currently be pickled, but this has the benefit
1962
# of meaning that a figure can be detached from one canvas, and
1963
# re-attached to another.
1964
- for attr_to_pop in ('show', 'canvas', '_cachedRenderer'):
+ for attr_to_pop in ('canvas', '_cachedRenderer'):
1965
state.pop(attr_to_pop, None)
1966
1967
# add version information to the state
0 commit comments