Sha256: 1a111c9d450ffc414d1bbf6c683c96beb7d8ca8e87efc48694e59f20f7c51d28
Contents?: true
Size: 379 Bytes
Versions: 22
Compression:
Stored size: 379 Bytes
Contents
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
Version data entries
22 entries across 22 versions & 4 rubygems