diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:39:40 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:39:40 +0000 |
commit | 4940057e65c6c65d3be7c94042396532a4234d90 (patch) | |
tree | 97a930289ac5f12779b62507bb07ccf9be39c4a9 /doc/user/gra_over | |
parent | b2f1a4e879d3013974e41674dbf684d816f1aa95 (diff) | |
download | lout-ca1d7274ad6e088906fb961416f2931b30464793.tar.gz |
Lout 3.31 tag.3.31
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/tags/3.31@32 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/user/gra_over')
-rw-r--r-- | doc/user/gra_over | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/user/gra_over b/doc/user/gra_over index b459da8..a2f5467 100644 --- a/doc/user/gra_over +++ b/doc/user/gra_over @@ -14,17 +14,17 @@ graphs.style @SubIndex { @Code style option } style. @RawIndex { @Code "style" option } style.in.graphs @SubIndex { in graphs } axes. @Index { axes in graphs } -graph, whose value may be either {@Code "frame"}, {@Code "none"}, -or {@Code "axes"}. The default value is {@Code "frame"}, and it produces -a frame around the graph with ticks and labels along its left and bottom -edges, as in previous examples. Value @Code "grid" is similar except -that the ticks are converted into grid lines crossing the entire -frame. The {@Code "none"} style prints nothing (no frame, no ticks, -no labels), which is useful for producing graphs that don't look like -graphs, as it were. +graph, whose value may be either {@Code "frame"}, {@Code "grid"}, +{@Code "none"}, or {@Code "axes"}. The default value is {@Code "frame"}, +and it produces a frame around the graph with ticks and labels along +its left and bottom edges, as in previous examples. Value @Code "grid" +is similar except that the ticks are converted into grid lines crossing +the entire frame. The {@Code "none"} style prints nothing (no frame, +no ticks, no labels), which is useful for producing graphs that don't +look like graphs, as it were. @PP -If the other value, {@Code "axes"}, is chosen, two other options called -{@Code xorigin} and {@Code yorigin} become compulsory: +If {@Code "axes"} is chosen, two other options called {@Code xorigin} +and {@Code yorigin} become compulsory: graphs. @RawIndex { graphs (statistical) } graphs.xorigin @SubIndex { @Code xorigin option } xorigin.graph @Index { @Code "xorigin" option (graphs) } |