plot Polyhedron from cloud
I'm trying to plot some 3d stuff from the cloud. I tried:
icosahedron()
and worked perfectly, but then I tried
v=[(0,0,0),(0,1,0),(0,2,1),(1,0,0),(1,2,3),(2,1,1)]
Polyhedron(vertices=v).plot()
and I only get a single bullet, no error message, no image, no nothing... What is going on?