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

Skip to content

Commit dc8eaa9

Browse files
committed
Changed matplotlib import order.
1 parent dc11948 commit dc8eaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/usetex_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import matplotlib.pyplot as plt
21
import matplotlib
32
matplotlib.rc('text', usetex=True)
3+
import matplotlib.pyplot as plt
44
import numpy as np
55

66
# interface tracking profiles

0 commit comments

Comments
 (0)