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 dc258b3 commit f78dc11Copy full SHA for f78dc11
1 file changed
lib/matplotlib/font_manager.py
@@ -1020,7 +1020,7 @@ class FontManager(object):
1020
# Increment this version number whenever the font cache data
1021
# format or behavior has changed and requires a existing font
1022
# cache files to be rebuilt.
1023
- __version__ = 101
+ __version__ = 200
1024
1025
def __init__(self, size=None, weight='normal'):
1026
self._version = self.__version__
0 commit comments