aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user/gra_over
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/gra_over')
-rw-r--r--doc/user/gra_over20
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) }