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 493cb8a commit 99de4a7Copy full SHA for 99de4a7
1 file changed
lib/matplotlib/font_manager.py
@@ -1024,7 +1024,7 @@ class FontManager(object):
1024
# Increment this version number whenever the font cache data
1025
# format or behavior has changed and requires a existing font
1026
# cache files to be rebuilt.
1027
- __version__ = 200
+ __version__ = 201
1028
1029
def __init__(self, size=None, weight='normal'):
1030
self._version = self.__version__
0 commit comments