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 ebf4cd9

Browse filesBrowse files
committed
Removed reference to OSXInstalledFonts, as with upstream
1 parent 2dd5dd0 commit ebf4cd9
Copy full SHA for ebf4cd9

1 file changed

-1Lines changed: 0 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎lib/matplotlib/font_manager.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/font_manager.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ def findSystemFonts(fontpaths=None, fontext='ttf'):
280280
# iOS, no "fc-list" command, we just use system fonts:
281281
installed_fonts = []
282282
fontpaths = OSXFontDirectories
283-
fontfiles.update(OSXInstalledFonts(fontext=fontext))
284283
else:
285284
installed_fonts = _get_fontconfig_fonts()
286285
if sys.platform == 'darwin':

0 commit comments

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