Skip to content

Commit 6f43449

Browse files
committed
FIX: matplotlibrc.template to match rcsetup
Both set to {'lines.dotted_pattern': [1.1, 1.1]}
1 parent b11d170 commit 6f43449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matplotlibrc.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ backend : $TEMPLATE_BACKEND
9393
# The three standard dash patterns. These are scaled by the linewidth.
9494
#lines.dashed_pattern : 2.8, 1.2
9595
#lines.dashdot_pattern : 4.8, 1.2, 0.8, 1.2
96-
#lines.dotted_pattern : 1.2, 0.6
96+
#lines.dotted_pattern : 1.1, 1.1
9797
#lines.scale_dashes : True
9898

9999
#markers.fillstyle: full # full|left|right|bottom|top|none

0 commit comments

Comments
 (0)