Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6802b commit fc204ecCopy full SHA for fc204ec
1 file changed
examples/lines_bars_and_markers/stackplot_demo.py
@@ -19,7 +19,7 @@
19
20
y = np.vstack([y1, y2, y3])
21
22
-labels = ["fib", "evens", "odds"]
+labels = ["Fibonacci ", "Evens", "Odds"]
23
24
fig, ax = plt.subplots()
25
ax.stackplot(x, y1, y2, y3, labels=labels)
0 commit comments