-
Updated
Jan 8, 2022 - Julia
#
juliagraphs
Here are 14 public repositories matching this topic...
Geometric Deep Learning for Flux
Open
Dashed edges?
1
davide-f
commented
Sep 30, 2020
Hello,
I am using graph plot and it would be interesting to add the feature of changing the style of the edge line.
In my application having the possibility to set a dashed line would be significantly helpful.
Have you considered the option?
Thank you,
Davide
Graph IO functionality for various formats.
-
Updated
Oct 27, 2021 - Julia
gdalle
commented
Nov 11, 2021
Memory-efficient immutable LightGraphs.
-
Updated
Oct 20, 2021 - Julia
Tools for interoperability between DataFrame objects and LightGraphs and MetaGraphs objects
-
Updated
Dec 19, 2021 - Julia
simonschoelly
commented
Apr 17, 2021
Currently rem_vertex! is not implemented for for ValGraph, ValDiGraph, ValOutDiGraph, but it should not be too difficult to implement that.
Community Detection algorithms for LightGraphs
-
Updated
Oct 22, 2021 - Julia
Graph data structures with single edge metadata for Graphs.jl.
-
Updated
Jan 13, 2022 - Julia
Flow algorithms on Graphs.jl
-
Updated
Dec 27, 2021 - Julia
LightGraphs.jl-formatted graph files taken from the SNAP Datasets collection.
-
Updated
Oct 23, 2021 - Julia
Matching algorithms for Graphs.jl
-
Updated
Oct 17, 2021 - Julia
A package for downloading and working with graph datasets
graph
graphs
julia
julia-language
dataset
datasets
graph-data
hacktoberfest
graph-kernel
graph-kernels
lightgraphs
graph-classification
juliagraphs
graph-datasets
-
Updated
Nov 10, 2021 - Julia
Improve this page
Add a description, image, and links to the juliagraphs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the juliagraphs topic, visit your repo's landing page and select "manage topics."
For an edge operation
f, define bothf(g, src(e), dst(e))andf(g, e)on abstract graphsSee sbromberger/LightGraphs.jl#1287