Skip to content

Commit e92d6c5

Browse files
committed
mep12: changed pylab to pyplot
1 parent 86528e7 commit e92d6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/broken_axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Broken axis example, where the y-axis will have a portion cut out.
33
"""
4-
import matplotlib.pylab as plt
4+
import matplotlib.pyplot as plt
55
import numpy as np
66

77

0 commit comments

Comments
 (0)