Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d06d04b

Browse filesBrowse files
tacaswelltimhoffm
andauthored
DOC: soften warning on miss-matched versions in unpickle
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 265e49e commit d06d04b
Copy full SHA for d06d04b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/figure.py

Copy file name to clipboardExpand all lines: lib/matplotlib/figure.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3168,7 +3168,7 @@ def __setstate__(self, state):
31683168
if version != mpl.__version__:
31693169
_api.warn_external(
31703170
f"This figure was saved with matplotlib version {version} and "
3171-
f"loaded with {mpl.__version__} so is unlikely to function correctly."
3171+
f"loaded with {mpl.__version__} so may not function correctly."
31723172
)
31733173
self.__dict__ = state
31743174

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.