josi609

Interesting 3Dish graph

Apr 20th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. background(255, 255, 247);
  2. stroke(173, 222, 237);
  3.  
  4. for (var i=0; i<20; i++){
  5. var lineY = 20 + (i * 20);
  6. line(lineY, 0, 400, lineY);
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment