Closed nwlandry closed 1 year ago
Agreed.
The first step would be to have an order
param in draw
to only draw a given order?
Like I did in Fig 1c here https://journals.aps.org/prresearch/pdf/10.1103/PhysRevResearch.2.033410
At that (pre-XGI time), I did it this way with the function plot_simplicial_pure()
available here
https://github.com/maximelucas/plot_simplicial_complex/blob/main/draw_simplicial_complexes.ipynb
Then we can choose to have it look like a multilayer or not I guess.
That would be nice! @nwlandry this could be done using matplotlib 3D plotting right? Or you had something else in mind?
Awesome! That's a great starting point.
Yeah, I was picturing using 3d plotting and Max's code as well as this script for plotting multilayer networks is a good place to start, I think.
If nobody is already working on it I might try to build it.
Sounds great!!
It would be cool to have a method for drawing hypergraphs/simplicial complexes in the style of Fig. 1 in this paper.