From 27351d36632d9414590aef156ad648d895b0c284 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 5e9c3771..f749df1a 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -118,7 +118,7 @@ PlotExample("Line styles", styles = filter(s -> s in Plots.supported_styles(), [:solid, :dash, :dot, :dashdot, :dashdotdot])' 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)] ),