Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.13 KB

GraphMakie

Stable Dev Build Status Coverage

Plotting graphs¹... with Makie!

This package is just a plotting recipe; you still need to use one of the Makie backends. GraphMakie.jl uses graph datatypes from Graphs.jl and layout algorithms from NetworkLayout.jl. Check out our docs for detailed information on how to use this package.

Installation

pkg> add GraphMakie

Basic usage

using GLMakie
using GraphMakie
using Graphs
g = complete_graph(10)
graphplot(g)

¹the networky type with nodes and edges