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

Skip to content

Commit 425f9cf

Browse files
authored
Merge pull request #17425 from mdeff/typo
2 parents 8673167 + 3fb7408 commit 425f9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2754,7 +2754,7 @@ def stem(self, *args, linefmt=None, markerfmt=None, basefmt=None, bottom=0,
27542754
Note: While it is technically possible to specify valid formats
27552755
other than color or color and linestyle (e.g. 'rx' or '-.'), this
27562756
is beyond the intention of the method and will most likely not
2757-
result in a reasonable reasonable plot.
2757+
result in a reasonable plot.
27582758
27592759
markerfmt : str, optional
27602760
A string defining the properties of the markers at the stem heads.

0 commit comments

Comments
 (0)