From f630a7383e246061b011f9df2d5d2d5e946ea891 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Mon, 13 Sep 2021 02:31:26 +0200 Subject: [PATCH] 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