8000 added comment on "usetex=False" to ainde debugging when latex not ava… · matplotlib/matplotlib@baf1580 · GitHub
[go: up one dir, main page]

Skip to content

Commit baf1580

Browse files
committed
added comment on "usetex=False" to ainde debugging when latex not available
see: #6104 (comment) reformatted comment
1 parent 5c5a287 commit baf1580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/pylab_examples/multipage_pdf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
pdf.savefig() # saves the current figure into a pdf page
1919
plt.close()
2020

21+
# if LaTeX is not installed or error caught, change to `usetex=False`
2122
plt.rc('text', usetex=True)
2223
plt.figure(figsize=(8, 6))
2324
x = np.arange(0, 5, 0.1)

0 commit comments

Comments
 (0)
0