File tree Expand file tree Collapse file tree 3 files changed +27
-27
lines changed Expand file tree Collapse file tree 3 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -119,15 +119,15 @@ def set_linestyle(self, ls):
119119 """
120120 Set the linestyle of the rectangle and the connectors.
121121
122- ========================================== = ================
123- linestyle description
124- ========================================== = ================
125- ``'-'`` or ``'solid'`` solid line
126- ``'--'`` or ``'dashed'`` dashed line
127- ``'-.'`` or ``'dashdot'`` dash-dotted line
128- ``':'`` or ``'dotted'`` dotted line
129- ``'none '``, ``'None '``, ``' '``, or ``''`` draw nothing
130- ========================================== = ================
122+ ======================================================= ================
123+ linestyle description
124+ ======================================================= ================
125+ ``'-'`` or ``'solid'`` solid line
126+ ``'--'`` or ``'dashed'`` dashed line
127+ ``'-.'`` or ``'dashdot'`` dash-dotted line
128+ ``':'`` or ``'dotted'`` dotted line
129+ ``''`` or ``'none '`` (discouraged: ``'None '``, ``' '``) draw nothing
130+ ======================================================= ================
131131
132132 Alternatively a dash tuple of the following form can be provided::
133133
Original file line number Diff line number Diff line change @@ -1152,15 +1152,15 @@ def set_linestyle(self, ls):
11521152
11531153 - A string:
11541154
1155- ========================================== = ================
1156- linestyle description
1157- ========================================== = ================
1158- ``'-'`` or ``'solid'`` solid line
1159- ``'--'`` or ``'dashed'`` dashed line
1160- ``'-.'`` or ``'dashdot'`` dash-dotted line
1161- ``':'`` or ``'dotted'`` dotted line
1162- ``'none '``, ``'None '``, ``' '``, or ``''`` draw nothing
1163- ========================================== = ================
1155+ ======================================================= ================
1156+ linestyle description
1157+ ======================================================= ================
1158+ ``'-'`` or ``'solid'`` solid line
1159+ ``'--'`` or ``'dashed'`` dashed line
1160+ ``'-.'`` or ``'dashdot'`` dash-dotted line
1161+ ``':'`` or ``'dotted'`` dotted line
1162+ ``''`` or ``'none '`` (discouraged: ``'None '``, ``' '``) draw nothing
1163+ ======================================================= ================
11641164
11651165 - Alternatively a dash tuple of the following form can be
11661166 provided::
Original file line number Diff line number Diff line change @@ -445,15 +445,15 @@ def set_linestyle(self, ls):
445445 """
446446 Set the patch linestyle.
447447
448- ========================================== = ================
449- linestyle description
450- ========================================== = ================
451- ``'-'`` or ``'solid'`` solid line
452- ``'--'`` or ``'dashed'`` dashed line
453- ``'-.'`` or ``'dashdot'`` dash-dotted line
454- ``':'`` or ``'dotted'`` dotted line
455- ``'none '``, ``'None '``, ``' '``, or ``''`` draw nothing
456- ========================================== = ================
448+ ======================================================= ================
449+ linestyle description
450+ ======================================================= ================
451+ ``'-'`` or ``'solid'`` solid line
452+ ``'--'`` or ``'dashed'`` dashed line
453+ ``'-.'`` or ``'dashdot'`` dash-dotted line
454+ ``':'`` or ``'dotted'`` dotted line
455+ ``''`` or ``'none '`` (discouraged: ``'None '``, ``' '``) draw nothing
456+ ======================================================= ================
457457
458458 Alternatively a dash tuple of the following form can be provided::
459459
You can’t perform that action at this time.
0 commit comments