Code: Select all
binary_icosahedron()->VISUAL;
Code: Select all
SL(2,5)->VISUAL;
Code: Select all
regular_600_cell()->VISUAL;
Is there any easy way of saving the plot via script? So far I have tried these but none of them worked for me:
Code: Select all
$ico->VISUAL->output("icosahedron.png");
Code: Select all
$ico->VISUAL->write_to_file("icosahedron.png");
Thank you for your helps,
Cheers,