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 9a70ac8 commit eae2029Copy full SHA for eae2029
doc/users/next_whats_new/list_available_font_names.rst
@@ -0,0 +1,10 @@
1
+List of available font names
2
+------------------------------
3
+
4
+The list of available fonts are now easily accesible. Get a list of the
5
+available fonts in matplotlib with:
6
7
+.. code-block:: python
8
9
+ from matplotlib import font_manager
10
+ font_manager.get_font_names()
doc/users/next_whats_new/list_font_names.rst
+available font names in matplotlib with:
0 commit comments