Skip to content

Instantly share code, notes, and snippets.

@nophead
Last active February 5, 2016 13:09
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/c61a39aac27aae59c247 to your computer and use it in GitHub Desktop.
Save nophead/c61a39aac27aae59c247 to your computer and use it in GitHub Desktop.
set style data lines
set pm3d implicit
set hidden3d
set grid
set cntrparam levels auto 20
set xlabel "X"
set ylabel "Y"
set zlabel "mW"
set palette negative
set pm3d border
set view map
set term wxt size 640,640
set size ratio 1.125
set margins 0,0,0,0
set bmargin at screen 0.97
set tmargin at screen 0.1
unset key
set cbrange [0:*] noextend
stats file using 3 name 'z'
set cbtics (z_max z_max, z_min z_min, "%.1f" z_mean)
splot file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment