We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99dedb6 commit 1beec11Copy full SHA for 1beec11
src/show.jl
@@ -6,6 +6,7 @@ function Base.show(io::IO, @nospecialize(nw::Network))
6
end
7
8
function Base.show(io::IO, ::MIME"text/plain", @nospecialize(nw::Network))
9
+ aliased_changed(nw, warn=true)
10
compact = get(io, :compact, false)::Bool
11
if compact
12
print(io, "Network ($(nv(nw.im.g)) vertices, $(ne(nw.im.g)) edges)")
0 commit comments