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

Skip to content

Commit 63e0625

Browse files
authored
Merge pull request #21066 from meeseeksmachine/auto-backport-of-pr-21060-on-v3.5.x
Backport PR #21060 on branch v3.5.x (Correct the default for fillstyle parameter in MarkerStyle())
2 parents dfc5adf + de65df6 commit 63e0625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/markers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def __init__(self, marker=None, fillstyle=None):
227227
- For other possible marker values see the module docstring
228228
`matplotlib.markers`.
229229
230-
fillstyle : str, default: 'full'
230+
fillstyle : str, default: :rc:`markers.fillstyle`
231231
One of 'full', 'left', 'right', 'bottom', 'top', 'none'.
232232
"""
233233
self._marker_function = None

0 commit comments

Comments
 (0)