pszufe/SimpleHypergraphs.jl

draw(h, GraphBased, ...) stopped working

Closed this issue · 1 comments

It seems that plotting with GraphBased in Jupyter notebook stopped working
A minimal non-working example is:

SimpleHypergraphs.draw(Hypergraph(rand([nothing,1,1], 4,4)), GraphBased)

@alessant could you have a look at it?

Just noting that this should be closed:
image

Although it does take several minutes to work the first time you use GraphBased for some reason. Sadly, I didn't think to time how long that was since I just thought it was still broken.