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 208db7b commit 4c2851bCopy full SHA for 4c2851b
lib/matplotlib/font_manager.py
@@ -907,15 +907,15 @@ def json_dump(data, filename):
907
"""
908
Dump `FontManager` *data* as JSON to the file named *filename*.
909
910
+ See Also
911
+ --------
912
+ json_load
913
+
914
Notes
915
-----
916
File paths that are children of the Matplotlib data path (typically, fonts
917
shipped with Matplotlib) are stored relative to that data path (to remain
918
valid across virtualenvs).
-
- See Also
- --------
- json_load
919
920
with open(filename, 'w') as fh:
921
try:
0 commit comments