Skip to content

Commit e4ebfe5

Browse files
committed
format black
1 parent 9137b9f commit e4ebfe5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/rotation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Script taken from matplotlib examples to test rotation modes in text rendering."""
2+
23
import matplotlib.pyplot as plt
34

45
import matplotlib

examples/text.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
logger.setLevel(logging.DEBUG)
1010

1111
import matplotlib
12+
1213
# matplotlib.use("pygame")
1314

1415
fig = plt.figure()

0 commit comments

Comments
 (0)