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

Skip to content

Commit a9f242b

Browse files
committed
Merge pull request #4832 from ericmjl/mep12_broken_axis.py
mep12: changed pylab to pyplot
2 parents 8b6ee19 + e92d6c5 commit a9f242b

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)