Add comma

This commit is contained in:
JackDevine 2017-12-05 08:36:04 +13:00
parent eff8159d46
commit 5d0adb1783

View File

@ -380,7 +380,7 @@ PlotExample("Spy",
For a matrix `mat` with unique nonzeros `spy(mat)` returns a colorless plot. If `mat` has 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 various different nonzero values, a colorbar is added. The colorbar can be disabled with
`legend = nothing`. `legend = nothing`.
""" """,
[:(begin [:(begin
a = spdiagm((ones(50), ones(49), ones(49), ones(40), ones(40)),(0, 1, -1, 10, -10)) 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)) b = spdiagm((1:50, 1:49, 1:49, 1:40, 1:40),(0, 1, -1, 10, -10))