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

Skip to content

Commit e9cdd79

Browse files
committed
PEP8 changes
1 parent d26c8e6 commit e9cdd79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/pylab_examples/toggle_images.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
"""
1919

20-
import matplotlib.pyplot as plt
20+
import matplotlib.pyplot as plt
2121
import numpy as np
2222

2323
# two images x1 is initially visible, x2 is not
@@ -45,4 +45,3 @@ def toggle_images(event):
4545
plt.connect('key_press_event', toggle_images)
4646

4747
plt.show()
48-

0 commit comments

Comments
 (0)