Skip to content

Commit 3a2c9c3

Browse files
DOC: Fix typo in gallery example "Vertical and horizontal bars" (#4362)
Fix typo in 'vertical and horizontal bars' example
1 parent 2276659 commit 3a2c9c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/gallery/symbols/bars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
the ``style`` parameter. By default, *base* = 0 meaning that the
88
bar is starting from 0. Append **+b**\[*base*] to change this
99
value. To plot multi-band bars, please append
10-
**+v**\|\ **i**\ *ny* (for verticals bars) or **+v**\|\ **i**\ *nx*
10+
**+v**\|\ **i**\ *ny* (for vertical bars) or **+v**\|\ **i**\ *nx*
1111
(for horizontal ones), where *ny* or *nx* indicate the total
1212
number of bands in the bar (and hence the number of values required
1313
to follow the *x,y* coordinate pair in the input). Here, **+i**

0 commit comments

Comments
 (0)