From 4106161aa8a0d604b9b0ab655b5d50544c12378a Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Tue, 6 Jun 2017 11:19:17 +0200 Subject: [PATCH] add colon --- src/examples.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples.jl b/src/examples.jl index 7025999f..53c27ed3 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -119,7 +119,7 @@ PlotExample("Line styles", styles = reshape(styles, 1, length(styles)) # Julia 0.6 unfortunately gives an error when transposing symbol vectors n = length(styles) 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)] ),