Julia Graphplot error "MethodError: no method matching get_adjacency_matrix(::SimpleDiGraph{Int64})"

373 Views Asked by At

I am using the following code in Julia v1.6 to plot a graph:

graphplot(metanetwork1, method=:chorddiagram, markersize=3, nodeshape=:rect, linecolor=:lightgrey)

where metanetwork1 is a {56, 445} directed simple Int64 graph

I am getting the following error that is getting 0 google results:

MethodError: no method matching get_adjacency_matrix(::SimpleDiGraph{Int64})

I have no idea what this could mean or how to resolve. The error is coming from the GraphRecipes package in the file graphs.jl Output should look like this.

0

There are 0 best solutions below