2022-01-20 03:49 UTC, Kwankyu: > > As I wish that the artwork by Samuel Lelièvre is not lost, I posted it here: > > https://wiki.sagemath.org/art#Snowman > > if the author permits. If not, let me know.
Fine with me. You should add your snow person too! Then they can keep each other company: sage: snowies = Graphics() sage: snowies += P.translate(0, 0, 4).scale(2).rotateZ(-pi/5).translate(0, -4, 0) sage: snowies += snowie.rotateZ(pi/5).translate(0, 3, 0) sage: snowies.show(frame=False) -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CAEcArF2aWyZW08cA_-sUgt9i7POVnntxs5q4BH7v9op2hTq4yA%40mail.gmail.com.
