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

Skip to content

Commit a876c72

Browse files
andrzejnovakjklymak
andcommitted
Update examples/lines_bars_and_markers/stairs_demo.py
Co-authored-by: Jody Klymak <[email protected]>
1 parent 667d22f commit a876c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lines_bars_and_markers/stairs_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
plt.show()
4545

4646
#############################################################################
47-
# ``baseline`` can take an array to allow for stacked histogram plots
47+
# *baseline* can take an array to allow for stacked histogram plots
4848

4949
A = np.tile([1, 2, 3], (3, 1)) * np.arange(1, 4).reshape(-1, 1)
5050
A = np.vstack([np.zeros(3), A])

0 commit comments

Comments
 (0)