Advertisement
Guest User

Untitled

a guest
May 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/usr/bin/gnuplot -persist
  2.  
  3. set multiplot
  4.  
  5. splot "f.dat" matrix with lines lt rgb "#FF0000"
  6. splot "g.dat" matrix with lines lt rgb "#00FF00"
  7. splot "b.dat" matrix with lines lt rgb "#0000FF"
  8.  
  9. unset multiplot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement