MakieOrg / GraphMakie.jl

Plotting graphs with Makie

Home Page:https://graph.makie.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 is in an early development stage and might break often. Any contribution such as suggesting features, raising issues and opening PRs are welcome!

Starting from v0.3 GraphMakie.jl switches from LightGraphs.jl to Graphs.jl for the graph representation. See this discourse post for more information. If you want to use LightGraphs.jl please specifically ] add GraphMakie@0.2!

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

About

Plotting graphs with Makie

https://graph.makie.org

License:MIT License


Languages

Language:Julia 100.0%