Guest User

Untitled

a guest
Oct 22nd, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. using Plots;glvisualize()
  2. using GLVisualize, FileIO, Colors, Images
  3. using GeometryTypes, GLAbstraction
  4.  
  5. x = ["(。◕‿◕。)", "◔ ⌣ ◔","(づ。◕‿‿◕。)づ", "┬──┬ ノ( ゜-゜ノ)", "(╯°□°)╯︵ ┻━┻", "¯\\_(ツ)_/¯"]
  6. y = [-4, -3, -2, -1, 6, 0]
  7. scatter(x, y)
  8. t = bounce(linspace(-1.0f0,1f0, 20))
  9. translation = map(t) do t
  10. rotationmatrix_y(1f0)*rotationmatrix_z(deg2rad(90f0)) * translationmatrix(Vec3f0(3,3,t))
  11. end
  12. hover = [
  13. "Plotting\nsomething!",
  14. "Something\nscientific?",
  15. "For once?",
  16. visualize(loadasset("cat.obj"), model=translation),
  17. "Noo! That\ncat again!",
  18. "😸$(Char(0x1F63B))",
  19. ]
  20. scatter(x, y, m=(0.8, :diamond, 20), hover=hover)
  21.  
  22. title!("ℕ ⊆ ℕ₀ ⊂ ℤ ⊂ 2H₂ + O₂ ⇌ 2H₂O")
  23. xaxis!(" ⠍⠊⠣ ახლავე გაიაროთ все вещи, вы можете построить")
  24. yaxis!("Anger")
Add Comment
Please, Sign In to add comment