Skip to content

Instantly share code, notes, and snippets.

@aont
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save aont/3a49c544a507592aaf57 to your computer and use it in GitHub Desktop.

Select an option

Save aont/3a49c544a507592aaf57 to your computer and use it in GitHub Desktop.
Gnuplot Memo
set log x
set key left top
# set term wxt
set format x "10^{%L}"
set term png enhanced size 1280,960 lw 2 fontscale 3
set term eps enhanced lw 1.5
set pm3d map
splot "mag.txt" u 2:1:3 w image
set palette defined ( 0 1 1 1 , 1 0 0 0 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment