Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b575af1

Browse filesBrowse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR matplotlib#29260: DOC: Better explanation of rcParams "patch.edgecolor" and "patch.force_edgecolor"
1 parent b4e60b6 commit b575af1
Copy full SHA for b575af1

File tree

1 file changed

+8
-2
lines changed
Filter options

1 file changed

+8
-2
lines changed

‎lib/matplotlib/mpl-data/matplotlibrc

Copy file name to clipboardExpand all lines: lib/matplotlib/mpl-data/matplotlibrc
+8-2Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,14 @@
148148
## for more information on patch properties.
149149
#patch.linewidth: 1.0 # edge width in points.
150150
#patch.facecolor: C0
151-
#patch.edgecolor: black # if forced, or patch is not filled
152-
#patch.force_edgecolor: False # True to always use edgecolor
151+
#patch.edgecolor: black # By default, Patches and Collections do not draw edges.
152+
# This value is only used if facecolor is "none"
153+
# (an Artist without facecolor and edgecolor would be
154+
# invisible) or if patch.force_edgecolor is True.
155+
#patch.force_edgecolor: False # By default, Patches and Collections do not draw edges.
156+
# Set this to True to draw edges with patch.edgedcolor
157+
# as the default edgecolor.
158+
# This is mainly relevant for styles.
153159
#patch.antialiased: True # render patches in antialiased (no jaggies)
154160

155161

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.