From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/fastpictex/doc/manual/mixgraph.fpt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 support/fastpictex/doc/manual/mixgraph.fpt (limited to 'support/fastpictex/doc/manual/mixgraph.fpt') 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 -- cgit v1.2.3