diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 19:21:41 +0000 |
commit | 71bdb35d52747e6d7d9f55df4524d57c2966be94 (patch) | |
tree | 480ee5eefccc40d5f3331cc52d66f722fd19bfb9 /doc/user/gra | |
parent | b41263ea7578fa9742486135c762803b52794105 (diff) | |
download | lout-71bdb35d52747e6d7d9f55df4524d57c2966be94.tar.gz |
Lout 3.17.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@2 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/user/gra')
-rw-r--r-- | doc/user/gra | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/user/gra b/doc/user/gra new file mode 100644 index 0000000..58c73ac --- /dev/null +++ b/doc/user/gra @@ -0,0 +1,46 @@ +@Chapter + @Title { Graphs } + @Tag { graphs } +@Begin +@LP +This chapter describes how to draw graphs, using the @Code "@Graph" +graphs. @Index { graphs (statistical) } +graph. @Index @Code "@Graph" +symbol. For example, +@ID @OneRow @Code { +"@Graph" +" abovecaption { New South Wales road deaths, 1960--1990" +"(fatalities per 100 million vehicle km) }" +"{" +" @Data points { plus } pairs { dashed }" +" { 1963 5.6 1971 4.3 1976 3.7 1979 3.4 1982 2.9 1985 2.3 1988 2.0 }" +"}" +} +produces the graph +@CD @Graph + abovecaption { New South Wales road deaths, 1960--1990 +(fatalities per 100 million vehicle km) } +{ + @Data + points { plus } + pairs { dashed } + { + 1963 5.6 1971 4.3 1976 3.7 1979 3.4 1982 2.9 1985 2.3 1988 2.0 + } +} +The features of @Code "@Graph" include captions, automatic and manual +ticks and labels, logarithmic axes, histograms, and plotting of +mathematical functions. +@BeginSections +@Include { gra_intr } +@Include { gra_over } +@Include { gra_capt } +@Include { gra_tick } +@Include { gra_data } +@Include { gra_plac } +@Include { gra_func } +@Include { gra_keys } +@Include { gra_erro } +@Include { gra_summ } +@EndSections +@End @Chapter |