Skip to content

Commit 0465692

Browse files
authored
separate examples
1 parent 28faa10 commit 0465692

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

examples/text_labels_and_annotations/font_family_rc.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
'Lucida Grande', 'Verdana']
2626
2727
.. redirect-from:: /examples/font_family_rc_sgskip
28+
29+
First example:
2830
"""
2931

3032
import matplotlib.pyplot as plt
@@ -38,9 +40,10 @@
3840
plt.show()
3941

4042

41-
"""
42-
And here a second example:
43-
"""
43+
#############################################################################
44+
#
45+
# Second example:
46+
4447

4548
plt.rcParams["font.family"] = "monospace"
4649
# plt.rcParams['font.monospace'] = ['Computer Modern Typewriter'] # this line gives an error currently, therefore the

0 commit comments

Comments
 (0)