projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
* Bug 16366 fixed: plot(..,':') was dash-dotted
[scilab.git]
/
scilab
/
modules
/
graphics
/
macros
/
getLineSpec.sci
diff --git
a/scilab/modules/graphics/macros/getLineSpec.sci
b/scilab/modules/graphics/macros/getLineSpec.sci
index
7b86d7b
..
53b4e7e
100644
(file)
--- 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,"-","");