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

Skip to content

Commit fc204ec

Browse files
authored
spelled out Fibonacci
1 parent dc6802b commit fc204ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lines_bars_and_markers/stackplot_demo.py

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

2020
y = np.vstack([y1, y2, y3])
2121

22-
labels = ["fib", "evens", "odds"]
22+
labels = ["Fibonacci ", "Evens", "Odds"]
2323

2424
fig, ax = plt.subplots()
2525
ax.stackplot(x, y1, y2, y3, labels=labels)

0 commit comments

Comments
 (0)