File: demo.gp

package info (click to toggle)
ruby-gsl 2.1.0.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,892 kB
  • ctags: 5,459
  • sloc: ansic: 61,660; ruby: 15,656; sh: 19; makefile: 10
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