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

Skip to content

Commit d20a0f9

Browse files
committed
removed unnecessary pylab import line that was commented out
1 parent 058e9ed commit d20a0f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/pylab_examples/customize_rc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def set_pub():
2525
>>> rcdefaults() # restore the defaults
2626
2727
"""
28-
# from pylab import *
2928
import matplotlib.pyplot as plt
3029

3130
plt.subplot(311)

0 commit comments

Comments
 (0)