add colon
This commit is contained in:
parent
58c2f35bcf
commit
4106161aa8
@ -119,7 +119,7 @@ PlotExample("Line styles",
|
|||||||
styles = reshape(styles, 1, length(styles)) # Julia 0.6 unfortunately gives an error when transposing symbol vectors
|
styles = reshape(styles, 1, length(styles)) # Julia 0.6 unfortunately gives an error when transposing symbol vectors
|
||||||
n = length(styles)
|
n = length(styles)
|
||||||
y = cumsum(randn(20,n),1)
|
y = cumsum(randn(20,n),1)
|
||||||
plot(y, line = (5, styles), label = map(string,styles), legendtitle = "linestyle")
|
plot(y, line = (5, styles), label = map(string,styles), legendtitle = "Linestyle:")
|
||||||
end)]
|
end)]
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user