Advertisement
Matthen

Periodic Table

Jul 25th, 2011
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. table = Import[
  2. "http://www.snowtown.com/wrf/Occasional_Tables_files/ct-drawers3.\
  3. gif"];
  4.  
  5. Show[
  6. Plot[0, {x, 0, 5}],
  7. Graphics[
  8. Table[Translate[
  9. Inset[Rotate[table, Pi x], {0.8 x, 0}, {Left, Center}, 1], {0,
  10. 0.2 (-1)^x}], {x, 0, 5}]]
  11. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement