include("julia/HypergraphsPlot.jl") h = HypergraphsPlot.generatehg(20,5) HypergraphsPlot.plot("dataNew.json",type="color-edge") HypergraphsPlot.plot(h,type="color-edge",colorNodes="red",colorEdges="blue",sizeNodes="10") HypergraphsPlot.plot(h,type="color-edge") HypergraphsPlot.plot(h,type="radal") HypergraphsPlot.plot(h,type="venn")