--- scigraph.html Wed Aug 18 16:34:27 2004 +++ scigraph-fixed.html Wed Aug 18 16:34:49 2004 @@ -83,7 +83,6 @@ annotating are discussed. Finally, portions of the software are documented for programmers who wish to embed Scigraph in other applications. The file DEMO-FRAME.LISP gives examples of making and displaying graphs. -

2. Compiling and loading the system.

@@ -312,6 +311,7 @@ An annotation will be added identifying the statistical values for all data points that fall within the closed region. +

4.2 Common Annotation Commands

Once an annotation has been added to the graph, there are several commands @@ -448,8 +448,8 @@ (setq set-of-values '(1 3 5 3 9 0 2 3 ...)) (make-instance 'histogram-data :sample-data set-of-values) - ->The values are collected into bins and displayed as a bar graph. + +The values are collected into bins and displayed as a bar graph. If you want 20 bins (and thus 20 bars), supply the keyword :BIN-COUNT 20 to make-instance. Alternatively, you may specify the keyword :BIN-SIZE to specify the width of each bin. Neither @@ -468,7 +468,7 @@
GRAPH-WITH-RESELECTABLE-AXES
A subclass of ANNOTATED-GRAPH. Designed to be used in combination with datasets of type MULTIDIMENSIONAL-DATA. -

5.3. Commonly Used Functions

+

5.3. Commonly Used Functions

(VIEW-GRAPHS graphs &key columns autoscale reverse-video title left bottom width height) @@ -486,9 +486,10 @@ Displays one column of graphs, beginning at the current cursor position. This is used by FILL-WINDOW-WITH-GRAPHS. -
(DISPLAY-GRAPH graph &key stream width height)> -
Displays one graph, beginning at the current cursor position. +
(DISPLAY-GRAPH graph &key stream width height)
+Displays one graph, beginning at the current cursor position. This is used by DISPLAY-GRAPHS. +
(SAVE-POSTSCRIPT-GRAPH graph filename &key width height)
Saves the graph in encapsulated postscript format. @@ -619,6 +620,7 @@ UV Coordinates. This is like the stream coordinates except that the positive direction of the vertical axis is upward instead of downward. + SCREEN Coordinates. This is the coordinates of the stream. It probably should be called stream coordinates.