Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f8df71b

Browse filesBrowse files
authored
Merge pull request #8936 from anntzer/cairo-mathtext
FIX: cairo mathtext
2 parents aff47a6 + c51868e commit f8df71b
Copy full SHA for f8df71b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎lib/matplotlib/backends/backend_cairo.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_cairo.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class RendererCairo(RendererBase):
9191
'light' : cairo.FONT_WEIGHT_NORMAL,
9292
'normal' : cairo.FONT_WEIGHT_NORMAL,
9393
'medium' : cairo.FONT_WEIGHT_NORMAL,
94+
'regular' : cairo.FONT_WEIGHT_NORMAL,
9495
'semibold' : cairo.FONT_WEIGHT_BOLD,
9596
'bold' : cairo.FONT_WEIGHT_BOLD,
9697
'heavy' : cairo.FONT_WEIGHT_BOLD,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.