From de65df6bff42daaae45a795f43f631ab41649b99 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Mon, 13 Sep 2021 07:41:38 +0200 Subject: [PATCH] Backport PR #21060: Correct the default for fillstyle parameter in MarkerStyle() --- lib/matplotlib/markers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/markers.py b/lib/matplotlib/markers.py index be1f81ca3b1e..f0074d1029ab 100644 --- a/lib/matplotlib/markers.py +++ b/lib/matplotlib/markers.py @@ -227,7 +227,7 @@ def __init__(self, marker=None, fillstyle=None): - For other possible marker values see the module docstring `matplotlib.markers`. - fillstyle : str, default: 'full' + fillstyle : str, default: :rc:`markers.fillstyle` One of 'full', 'left', 'right', 'bottom', 'top', 'none'. """ self._marker_function = None