summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/numericplots/doc/src/examples/DefineData.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstricks/contrib/numericplots/doc/src/examples/DefineData.tex')
-rw-r--r--graphics/pstricks/contrib/numericplots/doc/src/examples/DefineData.tex47
1 files changed, 47 insertions, 0 deletions
diff --git a/graphics/pstricks/contrib/numericplots/doc/src/examples/DefineData.tex b/graphics/pstricks/contrib/numericplots/doc/src/examples/DefineData.tex
new file mode 100644
index 0000000000..d1650b67d0
--- /dev/null
+++ b/graphics/pstricks/contrib/numericplots/doc/src/examples/DefineData.tex
@@ -0,0 +1,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
+} \ No newline at end of file