Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eae2029

Browse files
author
ojeda-e
committed
Added whats-new.
1 parent 9a70ac8 commit eae2029

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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()
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 font names in matplotlib with:
6+
7+
.. code-block:: python
8+
9+
from matplotlib import font_manager
10+
font_manager.get_font_names()

0 commit comments

Comments
 (0)