File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -793,7 +793,7 @@ def validate_hatch(s):
793
793
794
794
795
795
validate_hatchlist = _listify_validator (validate_hatch )
796
- validate_dashlist = _listify_validator (validate_nseq_float ( allow_none = True ) )
796
+ validate_dashlist = _listify_validator (validate_floatlist )
797
797
798
798
799
799
_prop_validators = {
@@ -1069,9 +1069,9 @@ def _convert_validator_spec(key, conv):
1069
1069
"lines.solid_joinstyle" : validate_joinstyle ,
1070
1070
"lines.dash_capstyle" : validate_capstyle ,
1071
1071
"lines.solid_capstyle" : validate_capstyle ,
1072
- "lines.dashed_pattern" : validate_nseq_float ( allow_none = True ) ,
1073
- "lines.dashdot_pattern" : validate_nseq_float ( allow_none = True ) ,
1074
- "lines.dotted_pattern" : validate_nseq_float ( allow_none = True ) ,
1072
+ "lines.dashed_pattern" : validate_floatlist ,
1073
+ "lines.dashdot_pattern" : validate_floatlist ,
1074
+ "lines.dotted_pattern" : validate_floatlist ,
1075
1075
"lines.scale_dashes" : validate_bool ,
1076
1076
1077
1077
# marker props
You can’t perform that action at this time.
0 commit comments