Hello,

I am reading Adventure in group theory, written by David Joyner.

I am interested in changing colors of faclet.
There is an option in plot_cube, however there is no option in plot3d_cube.

Would you give me a suggestion how to change colors in plot3d_cube ?

Thanks,
Yoshihiro Sato

References:
-----------------------
plot3d_cube(mv, title=True)

plot_cube(mv, title=True, colors=[(1, 0.63, 1), (1, 1, 0), (1, 0, 0), (0, 
1, 0), (1, 0.6, 0.3), (0, 0, 1)])

rubik = CubeGroup()
P = rubik.plot_cube("R^2*U^2*R^2*U^2*R^2*U^2", \
 colors=[orange, (0, 0, 1), (0, 1, 0), (0.9, 0.9, 0.9), (1, 0.9, 0), (1, 0, 
0)]);
show(P)
-----------------------

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to