Skip to content
Snippets Groups Projects
Select Git revision
  • be8a844c83b226db67ecce87e88edd64afd9f66c
  • master default protected
  • develop
3 results

docker-compose.yaml

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"