X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2Fmodules%2Fgraphics%2Fmacros%2FgetLineSpec.sci;h=53b4e7ec6253cdff318deb61f17289a1f09513ad;hp=7b86d7bb2c47066ea12c921e2bfbd30773e3de42;hb=4895b069b9566467a92dc505b42c28565be90711;hpb=4148c329c86516a39c1a30ec13176fa5fecb664c diff --git a/scilab/modules/graphics/macros/getLineSpec.sci b/scilab/modules/graphics/macros/getLineSpec.sci index 7b86d7b..53b4e7e 100644 --- a/scilab/modules/graphics/macros/getLineSpec.sci +++ b/scilab/modules/graphics/macros/getLineSpec.sci @@ -34,7 +34,7 @@ function [Color,Line,LineStyle,Marker,MarkerStyle,MarkerSize,fail]=getLineSpec(s Line = %T; elseif strindex(str,":") str=strsubst(str,":",""); - LineStyle=5; + LineStyle=8; Line = %T; elseif strindex(str,"-") str=strsubst(str,"-","");