8000 Update plot_types/basic/stackplot.py · matplotlib/matplotlib@c07afd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c07afd5

Browse files
story645timhoffm
andauthored
Update plot_types/basic/stackplot.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 947eca4 commit c07afd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plot_types/basic/stackplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# plot
2020
fig, ax = plt.subplots()
2121

22-
ax.stackplot(x, y, labels=labels)
22+
ax.stackplot(x, y)
2323

2424
ax.set(xlim=(0, 8), xticks=np.arange(1, 8),
2525
ylim=(0, 8), yticks=np.arange(1, 8))

0 commit comments

Comments
 (0)
0