Advertisement
Guest User

Untitled

a guest
Feb 4th, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. load 'paleta.pal'
  2. #set a grey(#222222) background color
  3. set object 1 rectangle from screen 0,0 to screen 1,1 fillcolor rgb"#222222" behind
  4. set output "grey.png"
  5. set border lw 3 lc rgb "white"
  6. set xtics textcolor rgb "white"
  7. set ytics textcolor rgb "white"
  8. set key textcolor rgb "white"
  9. plot "data.dat" using 1:2:(arg($3+$4*{0,1})) "(%lf,%lf) (%lf,%lf)" palette
  10. pause -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement