RosettaCodeData/Task/Visualize-a-tree/Julia/visualize-a-tree.julia

5 lines
88 B
Text
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
using Gadfly, LightGraphs, GraphPlot
gx = kronecker(5, 12, 0.57, 0.19, 0.19)
gplot(gx)