From 128e9a1532ce7fa38ddc16de06d213530dc5ce15 Mon Sep 17 00:00:00 2001 From: "Jeffrey H. Kingston" Date: Tue, 14 Sep 2010 20:39:32 +0000 Subject: Lout 3.31. git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@31 9365b830-b601-4143-9ba8-b4a8e2c3339c --- doc/user/gra_over | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/user/gra_over') 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) } -- cgit