File: external1.gnuplot

package info (click to toggle)
texlive-base 2012.20120611-5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 403,288 kB
  • sloc: perl: 37,753; ruby: 4,714; sh: 4,212; makefile: 3,659; xml: 2,387; ansic: 1,731; python: 1,029; tcl: 631; awk: 603; cpp: 549; lisp: 428; java: 32; sed: 8
file content (14 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set isosamples 255,255
unset border
unset xtics
unset ytics
unset ztics
unset colorbox
set view 0, 0
set output "external1.png"
set terminal png size 1500,1300 crop
# set palette defined (-3 "blue", 0 "white", 1 "red")
# set palette rgbformulae 21,22,23
set palette defined (0 0 0 0.56, 1 0 0.125 1, 2 0.5 1 0.5, 3 1 0.5 0, 4 1 0 0, 5 0.5 0  0)
set pm3d map
splot [x=-3:3] [y=-3:3] exp( -(x-y)**2 -x**2 ) notitle