8000 PEP8 changes · Solertis/matplotlib@3d6bfcb · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d6bfcb

Browse files
committed
PEP8 changes
1 parent 70f05e1 commit 3d6bfcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pylab_examples/zorder_demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
The second figure shows how to control the zorder of individual lines.
2121
"""
2222

23-
import matplotlib.pyplot as plt
23+
import matplotlib.pyplot as plt
2424
import numpy as np
2525

2626
x = np.random.random(20)
@@ -49,4 +49,4 @@
4949
plt.title('Custom order of elements')
5050
l = plt.legend()
5151
l.set_zorder(20) # put the legend on top
52-
plt.show()
52+
plt.show()

0 commit comments

Comments
 (0)
0