Further reading
Since the Graphs
package is extensive, we couldn’t include all its tools in this chapter. We recommend looking into its documentation to explore the other methods it provides for working and analyzing graphs:
- You can find the
Graphs
documentation at https://juliagraphs.org/Graphs.jl/stable/. - We couldn’t expand more on all the interactivity offered by
GraphMakie
, but you can read more about it in its documentation: http://juliaplots.org/GraphMakie.jl/stable/. - Finally, we recommend reading the
NetworkLayout
documentation when trying to customize the different layout algorithms since we haven’t described all the available settings: https://juliagraphs.org/NetworkLayout.jl/stable/.