I would like to visualise a hypercube in python using the Petrie Polygon propjection, e.g. the 8-hypercube should look something like this:
Networkx has a hypercube graph generator at nx.hypercube_graph. Anyone know how to visualise it in this way?
I would like to visualise a hypercube in python using the Petrie Polygon propjection, e.g. the 8-hypercube should look something like this:
Networkx has a hypercube graph generator at nx.hypercube_graph. Anyone know how to visualise it in this way?