From 5d0adb178387f8e199713be469fdc702c7639c4f Mon Sep 17 00:00:00 2001 From: JackDevine Date: Tue, 5 Dec 2017 08:36:04 +1300 Subject: [PATCH] Add comma --- src/examples.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples.jl b/src/examples.jl index 27bf7d32..e43fa6fe 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -380,7 +380,7 @@ PlotExample("Spy", For a matrix `mat` with unique nonzeros `spy(mat)` returns a colorless plot. If `mat` has various different nonzero values, a colorbar is added. The colorbar can be disabled with `legend = nothing`. -""" +""", [:(begin a = spdiagm((ones(50), ones(49), ones(49), ones(40), ones(40)),(0, 1, -1, 10, -10)) b = spdiagm((1:50, 1:49, 1:49, 1:40, 1:40),(0, 1, -1, 10, -10))