dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

gnuplotmatrix (141B)


      1 #!/bin/sh
      2 gnuplot -e 'set terminal pdf;
      3 	set xrange [*:*] noextend;
      4 	set yrange [*:*] noextend;
      5 	set size ratio -1; plot "-" matrix w image'