Guest User

Untitled

a guest
Dec 11th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. 10 0.5
  2. 20 0.8
  3. 25 0.3
  4. 15 0.6
  5.  
  6. plot 'data.txt' u ($1<=20?$2:0) with points
  7.  
  8. plot 'data.txt' u 1:($1 <= 20 ? $2 : 1/0) with points
Add Comment
Please, Sign In to add comment