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

Skip to content

Commit 01fa0a4

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plot_types/basic/stackplot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
by = [1, 1, 1, 1, 1]
1616
cy = [2, 1, 2, 1, 2]
1717
y = np.vstack([ay, by, cy])
18-
labels = ['a', 'b', 'c']
1918
# plot
2019
fig, ax = plt.subplots()
2120

0 commit comments

Comments
 (0)
0