Printing zero elements in lines of a sparse matrix

See pretty-printing in Juliaprintln uses show(io, x), but the REPL display uses show(io, "text/plain", x). So do e.g.

show(stdout, "text/plain", Kuusc[45,:])

PS. Please use quoted text, not screenshots.

3 Likes