You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see in the figure, graphplot is plotting two vertices, even when three exist in the graph.
Also, if there are no edges; graphplot throws ArgumentError: reducing over an empty collection is not allowed instead of simply drawing the vertices with no lines.
You can reproduce it with the following Pluto file:
Hi!
As you can see in the figure,
graphplot
is plotting two vertices, even when three exist in the graph.Also, if there are no edges;
graphplot
throwsArgumentError: reducing over an empty collection is not allowed
instead of simply drawing the vertices with no lines.You can reproduce it with the following Pluto file:
Best regards,
The text was updated successfully, but these errors were encountered: