I am running the code
G = tetrahedron(color='blue')
G.show(aspect_ratio=[1,1,1])
It tried the following:
G = tetrahedron(color=['blue',"green","red","yellow])
G.show(aspect_ratio=[1,1,1])
without success.
I want the tetrahedron to be colored for each face differently. Can I do that?