summaryrefslogtreecommitdiff
path: root/support/fastpictex/doc/manual/mixgraph.fpt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/fastpictex/doc/manual/mixgraph.fpt
Initial commit
Diffstat (limited to 'support/fastpictex/doc/manual/mixgraph.fpt')
-rw-r--r--support/fastpictex/doc/manual/mixgraph.fpt11
1 files changed, 11 insertions, 0 deletions
diff --git a/support/fastpictex/doc/manual/mixgraph.fpt b/support/fastpictex/doc/manual/mixgraph.fpt
new file mode 100644
index 0000000000..94edabe294
--- /dev/null
+++ b/support/fastpictex/doc/manual/mixgraph.fpt
@@ -0,0 +1,11 @@
+% first, the XY-Graph with 5 data points
+type xy
+x 1 2 3 4 5
+y 9 12 15 17 19
+% there are standard errors for the x and y-values
+dx 0.5 0.6 0.4 0.5 0.7
+dy 0.8 0.9 1.2 2.0 2.4
+% here comes the line graph
+type line
+x 1 2 3 4 5
+y 9 12 15 17 19