Skip to content

Instantly share code, notes, and snippets.

@nophead
Last active February 2, 2016 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nophead/f6564e01348b86109102 to your computer and use it in GitHub Desktop.
Save nophead/f6564e01348b86109102 to your computer and use it in GitHub Desktop.
Gnuplot script for displaying results from coolometer.py
set style data lines
set pm3d implicit
set hidden3d
set grid
set contour base
set cntrparam levels auto 20
set xlabel "X"
set ylabel "Y"
set zlabel "mW"
set palette negative
set pm3d border
set view 41, 53, 1, 1
splot 'fanmap.dat'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment