With #121, the new form of printing will be canonical.
I think the show function with plain/text should also be canonical.
Here are some propositions on what the output could look like:
We should implement summary to output the old behavior with eltype, number of vertices and number of edges (currently, it output the default "SimpleGraph{Int64}", which is less satisfactory.
discussion started here: #121
With #121, the new form of printing will be canonical. I think the
show
function withplain/text
should also be canonical. Here are some propositions on what the output could look like:We should implement summary to output the old behavior with eltype, number of vertices and number of edges (currently, it output the default
"SimpleGraph{Int64}"
, which is less satisfactory.