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.
2 parents 85089a1 + baf1580 commit c62f88fCopy full SHA for c62f88f
1 file changed
examples/pylab_examples/multipage_pdf.py
@@ -18,6 +18,7 @@
18
pdf.savefig() # saves the current figure into a pdf page
19
plt.close()
20
21
+ # if LaTeX is not installed or error caught, change to `usetex=False`
22
plt.rc('text', usetex=True)
23
plt.figure(figsize=(8, 6))
24
x = np.arange(0, 5, 0.1)
0 commit comments