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