File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1292,6 +1292,8 @@ def set_dash_joinstyle(self, s):
12921292 """
12931293 How to join segments of the line if it `~Line2D.is_dashed`.
12941294
1295+ The default joinstyle is :rc:`lines.dash_joinstyle`.
1296+
12951297 Parameters
12961298 ----------
12971299 s : `.JoinStyle` or %(JoinStyle)s
@@ -1306,6 +1308,8 @@ def set_solid_joinstyle(self, s):
13061308 """
13071309 How to join segments if the line is solid (not `~Line2D.is_dashed`).
13081310
1311+ The default joinstyle is :rc:`lines.solid_joinstyle`.
1312+
13091313 Parameters
13101314 ----------
13111315 s : `.JoinStyle` or %(JoinStyle)s
Original file line number Diff line number Diff line change @@ -494,6 +494,9 @@ def set_joinstyle(self, s):
494494 """
495495 Set the `.JoinStyle`.
496496
497+ The default joinstyle is 'round' for `.FancyArrowPatch` and 'miter' for
498+ all other patches.
499+
497500 Parameters
498501 ----------
499502 s : `.JoinStyle` or %(JoinStyle)s
You can’t perform that action at this time.
0 commit comments