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
On this example plot(g, edge_color = original_subject) produces a couple of warnings and no edge coloring, plot(g, edge_color = frequency_qualifier) no warning but all edges colored by NA.
The updated plot function is having trouble changing scales to other columns.
On this example
plot(g, edge_color = original_subject)
produces a couple of warnings and no edge coloring,plot(g, edge_color = frequency_qualifier)
no warning but all edges colored byNA
.Tagging @bschilder :)
The text was updated successfully, but these errors were encountered: