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 07d119f commit 55a9261Copy full SHA for 55a9261
1 file changed
lib/matplotlib/font_manager.py
@@ -773,7 +773,6 @@ def set_size(self, size):
773
else:
774
if is_string_like(size):
775
parent_size = fontManager.get_default_size()
776
- print "parent_size", parent_size, size
777
scaling = font_scalings.get(size)
778
if scaling is not None:
779
size = parent_size * scaling
0 commit comments