File: starmap.dem

package info (click to toggle)
gnuplot 4.6.0-8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 16,920 kB
  • sloc: ansic: 84,661; cpp: 6,631; lisp: 5,013; makefile: 2,129; sh: 1,092; objc: 647; asm: 539; perl: 298; awk: 235; pascal: 194; csh: 179; tcl: 88; python: 46
file content (22 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
reset
set pm3d
set datafile separator '\t'
set border 0
unset xtics
unset ytics
unset ztics
set cbrange [0:100]
set view 42,100, 1.3
set colorbox horiz user origin .1,.1 size .8,.04
#
# set palette color rgbformula -33,-13,-10
#
set title "Gliese star catalog - 7 parsec neighborhood centered on Earth"
set cblabel "Luminosity" offset 0,1
#
splot 'nearmap.csv' using 5:6:7:11 with points pt 6 ps 2 pal notitle, \
      ''            using 5:6:7:11 with points pt 7 ps 1 pal notitle, \
      '' using 5:6:7:2 with labels font "Helvetica,9" left \
	   point pt 0 offset 1,0 notitle
#
pause -1