Skip to content
Snippets Groups Projects
Select Git revision
  • cb593476d1a6e747217f5be1aeb8e4f64ffd825d
  • master default
  • 1.1
  • 1.0
4 results

density.p

Blame
  • density.p 184 B
    glob = 'ls '.dir.'/*.csv'
    list = system(glob)
    print list
    set datafile separator ','
    unset key
    plot for [file in list] file using 2:3 every ::2 notitle w l ls 1 lw 2 lc rgb "#F00000FF"