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

Skip to content

Commit 00de51b

Browse files
committed
Fix doc tilde
1 parent cdaadb8 commit 00de51b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2541,7 +2541,7 @@ def stem(self, *args, linefmt=None, markerfmt=None, basefmt=None, bottom=0,
25412541
25422542
use_line_collection : bool, optional, default: False
25432543
If ``True``, store and plot the stem lines as a
2544-
~`.collections.LineCollection` instead of individual lines. This
2544+
`~.collections.LineCollection` instead of individual lines. This
25452545
significantly increases performance, and will become the default
25462546
option in Matplotlib 3.3. If ``False``, defaults to old behaviour.
25472547

0 commit comments

Comments
 (0)