Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37f5321

Browse files
committed
Import matplotlib here as needed
1 parent 646cd28 commit 37f5321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/pylab_examples/usetex_fonteffects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This script demonstrates that font effects specified in your pdftex.map
22
# are now supported in pdf usetex.
33

4+
import matplotlib
45
import matplotlib.pyplot as plt
56
matplotlib.rc('text', usetex=True)
67

0 commit comments

Comments
 (0)