Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 274 Bytes

list_font_names.rst

File metadata and controls

10 lines (7 loc) · 274 Bytes

List of available font names

The list of available fonts are now easily accessible. Get a list of the available font names in matplotlib with:

from matplotlib import font_manager
font_manager.get_font_names()