File tree 2 files changed +7
-0
lines changed
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):
1292
1292
"""
1293
1293
How to join segments of the line if it `~Line2D.is_dashed`.
1294
1294
1295
+ The default joinstyle is :rc:`lines.dash_joinstyle`.
1296
+
1295
1297
Parameters
1296
1298
----------
1297
1299
s : `.JoinStyle` or %(JoinStyle)s
@@ -1306,6 +1308,8 @@ def set_solid_joinstyle(self, s):
1306
1308
"""
1307
1309
How to join segments if the line is solid (not `~Line2D.is_dashed`).
1308
1310
1311
+ The default joinstyle is :rc:`lines.solid_joinstyle`.
1312
+
1309
1313
Parameters
1310
1314
----------
1311
1315
s : `.JoinStyle` or %(JoinStyle)s
Original file line number Diff line number Diff line change @@ -494,6 +494,9 @@ def set_joinstyle(self, s):
494
494
"""
495
495
Set the `.JoinStyle`.
496
496
497
+ The default joinstyle is 'round' for `.FancyArrowPatch` and 'miter' for
498
+ all other patches.
499
+
497
500
Parameters
498
501
----------
499
502
s : `.JoinStyle` or %(JoinStyle)s
You can’t perform that action at this time.
0 commit comments