File: alf.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 (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)