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

Skip to content

Commit 047cc7c

Browse files
committed
Fixup imports in mathtext example.
1 parent 4445cd3 commit 047cc7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/text_labels_and_annotations/mathtext_examples.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
66
Selected features of Matplotlib's math rendering engine.
77
"""
8-
import matplotlib.pyplot as plt
8+
import re
99
import subprocess
1010
import sys
11-
import re
11+
12+
import matplotlib.pyplot as plt
13+
1214

1315
# Selection of features following "Writing mathematical expressions" tutorial,
1416
# with randomly picked examples.

0 commit comments

Comments
 (0)