We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48bd557 + aa5dc98 commit afa4d42Copy full SHA for afa4d42
examples/pylab_examples/usetex_fonteffects.py
@@ -5,6 +5,7 @@
5
import matplotlib.pyplot as plt
6
matplotlib.rc('text', usetex=True)
7
8
+
9
def setfont(font):
10
return r'\font\a %s at 14pt\a ' % font
11
0 commit comments