We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e2346 commit c30b74eCopy full SHA for c30b74e
examples/pylab_examples/fonts_demo.py
@@ -13,7 +13,7 @@
13
alignment = {'horizontalalignment': 'center', 'verticalalignment': 'baseline'}
14
# Show family options
15
16
-families = ['serif', 'sans-serif', 'cursive', 'fantasy', 'monospace']
+families = ['serif', 'sans-serif', 'monospace']
17
18
font1 = font0.copy()
19
font1.set_size('large')
0 commit comments