File: plot.txt

package info (click to toggle)
pd 0.32p1-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,704 kB
  • ctags: 5,418
  • sloc: ansic: 38,382; tcl: 1,036; makefile: 612; sh: 265
file content (43 lines) | stat: -rw-r--r-- 471 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
data;
template help-plot-template;
float x;
float y;
array array1 help-plot-array1-template;
array array2 help-plot-array2-template;
array array3 help-plot-array3-template;
;
template help-plot-array1-template;
float y;
;
template help-plot-array2-template;
float x;
float y;
;
template help-plot-array3-template;
float y;
float w;
;
;
help-plot-template 50 180;
0;
20;
0;
30;
0;
;
0 0;
0 10;
20 0;
0 -30;
-40 0;
0 50;
60 0;
;
0 0;
10 10;
0 10;
0 1;
20 1;
20 10;
20 1;
;