File: demo.gp

package info (click to toggle)
ruby-gsl 1.14.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,116 kB
  • sloc: ansic: 62,186; ruby: 17,804; makefile: 18; sh: 15
file content (20 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
set pointsize 2
set multiplot
set xlabel 'x'
set ylabel 'y'
set yrange [0:14]
set size 0.5, 0.5
set grid
set origin 0, 0.5
set key box
plot 'points'

set origin 0.5, 0.5
plot 'points', 'linear.dat' w l, 'polynomial.dat' w l

set origin 0, 0
plot 'points', 'cspline.dat' w l, 'cspline_periodic.dat' w l

set origin 0.5, 0
plot 'points', 'akima.dat' w l, 'akima_periodic.dat' w l