There was an error while loading. Please reload this page.
1 parent fc0f3b9 commit 2bfcf8cCopy full SHA for 2bfcf8c
1 file changed
examples/lines_bars_and_markers/errorbar_subsample.py
@@ -21,7 +21,7 @@
21
22
23
# 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,
+fig, (ax_l, ax_c, ax_r) = plt.subplots(nrows=1, ncols=3,
25
sharex=True, figsize=(12, 6))
26
27
ax_l.set_title('all errorbars')
0 commit comments