Petrie polygon hypercube visualisation in python

Viewed 16

I would like to visualise a hypercube in python using the Petrie Polygon propjection, e.g. the 8-hypercube should look something like this:

enter image description here

Networkx has a hypercube graph generator at nx.hypercube_graph. Anyone know how to visualise it in this way?

0 Answers
Related