Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. data = [
  2. [2, 3, 1],
  3. [5, 2, 1],
  4. [1, 1, 0],
  5. [6, 7, 0]
  6. ]
  7. plot(data): # this is the function i need
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement