File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 # Use patch.edgecolor as the default edgecolor.
156+ # This is mainly relevant for styles.
153157#patch.antialiased: True # render patches in antialiased (no jaggies)
154158
155159
You can’t perform that action at this time.
0 commit comments