Group Abstract Group Abstract

Message Boards Message Boards

[GIF] Grid (Transformation of the square grid)

3 Replies

enter image description here - Congratulations! This post is now a Staff Pick as distinguished by a badge on your profile! Thank you, keep it coming!

POSTED BY: EDITORIAL BOARD

Very nice, always mind-bending visualizations!

I like the line:

Line /@ # & /@ 

Which is like:

Map[Line,#,{2}]& @

but it can be simplified to:

Line /@

because Line can handle multiple linesÂ…

POSTED BY: Sander Huisman

Yeah, true enough. I always forget that Line can produce multiple lines.

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard