10000 Correct the default for fillstyle parameter in MarkerStyle() · QuLogic/matplotlib@f630a73 · GitHub
[go: up one dir, main page]

Skip to content

Commit f630a73

Browse files
committed
Correct the default for fillstyle parameter in MarkerStyle()
1 parent deb36c9 commit f630a73

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)
0