Last active
August 29, 2015 14:09
-
-
Save aont/3a49c544a507592aaf57 to your computer and use it in GitHub Desktop.
Gnuplot Memo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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