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

Skip to content

Commit fd13980

Browse files
authored
Merge pull request #21060 from timhoffm/marker-default-fillstyle
2 parents 2196d75 + 20e288f commit fd13980

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)