File: alf.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 (15 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set multiplot
set size 0.5, 0.5
set grid

set origin 0, 0.5
plot "alf.dat" u 1:2, sin(x)

set origin 0.5, 0.5
plot "alf.dat" u 1:3, 3*cos(x)*sin(x)

set origin 0, 0
plot "alf.dat" u 1:4, 3*sin(x)*sin(x)

set origin 0.5, 0
plot "alf.dat" u 1:5, 1.5*sin(x)*(5*cos(x)*cos(x)-1)