summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/numericplots/doc/src/examples/DefineData.tex
blob: d1650b67d033d8e7491c80af6360382956997ef9 (plain)
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
44
45
46
47
\def\IdentI{
	1.0 1.0e2
	1.1 11e1
	1.2 1.25e2
	1.3 110
	1.4 100
	1.5 90
	1.6 80
	}
\def\IdentII{
	1.0 125
	1.05 100
	1.1 75
	1.15 85
	1.2 90
	1.3 115
	1.4 130
	1.5 125
	1.6 120
	}
\def\LogData{
	6 6
	10 10
	20 20
	30 30
	40 40
	50 50
	60 60
	70 70
	80 80
	90 90
	100 100
	200 200
	300 300
	400 400
	500 500
	600 600
	700 700
	800 800
	900 900
	1000 1000
	1100 1100
	1200 1200
	1300 1300
	1400 1400
	1500 1500
}