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.
2 parents aff47a6 + c51868e commit f8df71bCopy full SHA for f8df71b
1 file changed
lib/matplotlib/backends/backend_cairo.py
@@ -91,6 +91,7 @@ class RendererCairo(RendererBase):
91
'light' : cairo.FONT_WEIGHT_NORMAL,
92
'normal' : cairo.FONT_WEIGHT_NORMAL,
93
'medium' : cairo.FONT_WEIGHT_NORMAL,
94
+ 'regular' : cairo.FONT_WEIGHT_NORMAL,
95
'semibold' : cairo.FONT_WEIGHT_BOLD,
96
'bold' : cairo.FONT_WEIGHT_BOLD,
97
'heavy' : cairo.FONT_WEIGHT_BOLD,
0 commit comments