Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 5, 2020 18:26
Show Gist options
  • Save r-ryantm/6286e8b865780187a5729072fdcbb155 to your computer and use it in GitHub Desktop.
Save r-ryantm/6286e8b865780187a5729072fdcbb155 to your computer and use it in GitHub Desktop.
/nix/store/px71rv5iijsn3ksnj30599sccr94cz6d-gnuplot-5.4.1
├── bin
│   └── gnuplot
├── libexec
│   └── gnuplot
│   └── 5.4
│   └── gnuplot_x11
└── share
├── gnuplot
│   └── 5.4
│   ├── app-defaults
│   │   └── Gnuplot
│   ├── colors_default.gp
│   ├── colors_mono.gp
│   ├── colors_podo.gp
│   ├── gnuplot.gih
│   ├── gnuplotrc
│   ├── js
│   │   ├── canvasmath.js
│   │   ├── canvastext.js
│   │   ├── gnuplot_common.js
│   │   ├── gnuplot_dashedlines.js
│   │   ├── gnuplot_mouse.css
│   │   ├── gnuplot_mouse.js
│   │   ├── gnuplot_svg_2018.js
│   │   ├── gnuplot_svg.js
│   │   ├── grid.png
│   │   ├── help.png
│   │   ├── nextzoom.png
│   │   ├── previouszoom.png
│   │   ├── README
│   │   ├── return.png
│   │   └── textzoom.png
│   ├── lua
│   │   └── gnuplot-tikz.lua
│   └── PostScript
│   ├── 8859-15.ps
│   ├── 8859-1.ps
│   ├── 8859-2.ps
│   ├── 8859-9.ps
│   ├── aglfn.txt
│   ├── cp1250.ps
│   ├── cp1251.ps
│   ├── cp1252.ps
│   ├── cp437.ps
│   ├── cp850.ps
│   ├── cp852.ps
│   ├── koi8r.ps
│   ├── koi8u.ps
│   ├── prologue.ps
│   └── utf-8.ps
└── man
└── man1
└── gnuplot.1.gz
13 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment