VegaGraphs.jl
VegaGraphs.jl copied to clipboard
Create beatiful and interactive visualizations for graphs using Vega-Lite
Results
1
VegaGraphs.jl issues
Sort by
recently updated
recently updated
newest added
I apologize for incompetency, but how do I specify colors of nodes exaplicitly. In GraphPlot, one specify colors of edges as for example ``` colors = [colorant"grey", colorant"green", colorant"blue", colorant"red"]...