User Portlet User Portlet

Christopher Carlson
Discussions
Changing a Dataset's options works analogously to Image. You wrap the dataset with Dataset[..., options]: Dataset[q, ItemDisplayFunction -> (Round[#, 0.01] &)] Preserving Dataset options through Dataset operations is on the development...
Sorry, no advice to give. But a very interesting project!
Fantastic! Great stuff!
Fascinating! Specifying SphericalRegion->True in your animation should keep it from bumping around and zooming in and out.
A colleague sent this link to an article about the strangest solar system object I've ever seen, Saturn's moon Pan: https://saturn.jpl.nasa.gov/resources/7616 . The article contains an anaglyph stereo image: ![Pan anaglyph][1] I love stereo...
How about sketch[i_] := With[{image = ImageAdjust@ColorQuantize[i, 4, Dithering -> False]}, ImageMultiply[image, ColorNegate@EdgeDetect[image]] ] Which gives ![Rotoscoped GIF][1] [1]:...
How many Featured Posts are there about how many Featured Posts there are?
Very nice! The simplicity of the idea makes it all the more appealing.
Dang! Jose beat me to it. :)
A variant that eventually fills all of 2D space: i=0; Dynamic@Graphics@ Table[Rotate[Line@AnglePath[KroneckerSymbol[-1,Range[i++]] Pi/2],j Pi/2,{-1,0}],{j,0,3}] ![enter image description here][1] Chris [1]:...