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

Skip to content

Commit 2bfcf8c

Browse files
committed
tiny flake8 change
1 parent fc0f3b9 commit 2bfcf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lines_bars_and_markers/errorbar_subsample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
# Now switch to a more OO interface to exercise more features.
24-
fig, (ax_l, ax_c, ax_r) = plt.subplots(nrows=1, ncols=3,
24+
fig, (ax_l, ax_c, ax_r) = plt.subplots(nrows=1, ncols=3,
2525
sharex=True, figsize=(12, 6))
2626

2727
ax_l.set_title('all errorbars')

0 commit comments

Comments
 (0)