summaryrefslogtreecommitdiff
path: root/support/fastpictex/doc/manual/pictex-command.fpt
diff options
context:
space:
mode:
Diffstat (limited to 'support/fastpictex/doc/manual/pictex-command.fpt')
-rw-r--r--support/fastpictex/doc/manual/pictex-command.fpt29
1 files changed, 29 insertions, 0 deletions
diff --git a/support/fastpictex/doc/manual/pictex-command.fpt b/support/fastpictex/doc/manual/pictex-command.fpt
new file mode 100644
index 0000000000..6a5fb73088
--- /dev/null
+++ b/support/fastpictex/doc/manual/pictex-command.fpt
@@ -0,0 +1,29 @@
+% example showing the use of pictex commands
+size 5 3
+heading Blood pressure on 5 consecutive days
+xlabel Days
+ylabel mmHg
+% xy graph for male subjects
+type xy
+xticlabels 1 2 3 4 5
+x 1 2 3 4 5
+y 105 96 150 87 98
+dy 10 9 13 5 7
+legend male subjects, n=9
+% xy graph for female subjects
+type xy
+x 1 2 3 4 5
+y 85 92 80 95 90
+dy 7 8 9 10 7
+legend female subjects, n=7
+% line graph for male subjects
+type line
+x 1 2 3 4 5
+y 105 96 150 87 98
+% line graph for female subjects
+type line
+x 1 2 3 4 5
+y 85 92 80 95 90
+% here are the pictex commands
+pictex \arrow <3mm> [0.2,0.67] from 3.5 160 to 3.1 150
+pictex \put {artifact} [lc] at 3.6 160