File: demo.gp

package info (click to toggle)
ruby-gsl 2.1.0.3%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,604 kB
  • sloc: ansic: 62,050; ruby: 15,845; 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