| Hosted by CoCalc | Download
g = graphs.IcosahedralGraph()
plot(g)
show(g)
d3-based renderer not yet implemented
graphs.IcosahedralGraph().plot3d(bgcolor='white')
3D rendering not yet implemented
g.plot3d(bgcolor='white')
3D rendering not yet implemented
g.plot3d()
3D rendering not yet implemented
g.plot3d().save('ico.png') smc.file('ico.png')