Advertisement
Matthen

Zooming out

Aug 26th, 2015
669
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Manipulate[
  2. Graphics[
  3. Reverse@Table[
  4. {FaceForm[White],
  5. EdgeForm[
  6. Directive[RGBColor[0.3, 0.45, 0.7],
  7. Thickness[0.005 10 ^(i - t)]]],
  8. Disk[Sum[
  9. 1.2 10^(j - t) {Cos[(-1)^j t Pi / 2],
  10. Sin[(-1)^j t Pi / 2]}, {j, i}], 10^(i - t)]}
  11. , {i, 1, t + 2, 1}],
  12. PlotRange -> 1, ImagePadding -> 10,
  13. Background -> RGBColor[0.1, 0.15, 0.2]]
  14. , {t, 3, 7}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement