@subcmd{HISTOGRAM} or @subcmd{SCATTERPLOT} can be specified, i.e. only one plot
can be produced per call of @cmd{GRAPH}. The @subcmd{MISSING} is optional.
+@menu
+* SCATTERPLOT:: Cartesian Plots
+* HISTOGRAM:: Histograms
+* BAR CHART:: Bar Charts
+@end menu
+
+@node SCATTERPLOT
+@subsection Scatterplot
@cindex scatterplot
-The subcommand @subcmd{SCATTERPLOT} produces an xy plot of the data. The different
-values of the optional third variable @var{var3} will result in different colours and/or
-markers for the plot. The following is an example for producing a scatterplot.
+The subcommand @subcmd{SCATTERPLOT} produces an xy plot of the
+data. The different values of the optional third variable @var{var3}
+will result in different colours and/or markers for the plot. The
+following is an example for producing a scatterplot.
@example
GRAPH
on the value of the @var{gender} variable, the colour of the datapoint is different. With
this plot it is possible to analyze gender differences for @var{height} vs.@: @var{weight} relation.
+@node HISTOGRAM
+@subsection Histogram
@cindex histogram
The subcommand @subcmd{HISTOGRAM} produces a histogram. Only one variable is allowed for
/HISTOGRAM = @var{weight}.
@end example
+@node BAR CHART
+@subsection Bar Chart
@cindex bar chart
+
The subcommand @subcmd{BAR} produces a bar chart.
This subcommand requires that a @var{count-function} be specified (with no arguments) or a @var{summary-function} with a variable @var{var1} in parentheses.
Following the summary or count function, the keyword @subcmd{BY} should be specified and then a catagorical variable, @var{var2}.
<property name="can_focus">False</property>
<property name="title" translatable="yes">Barchart</property>
<property name="modal">True</property>
- <property name="help_page">GRAPH</property>
+ <property name="help_page">GRAPH#BAR-CHART</property>
<child>
<object class="GtkBox" id="dialog-hbox1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">Histogram</property>
<property name="modal">True</property>
- <property name="help_page">GRAPH</property>
+ <property name="help_page">GRAPH#HISTOGRAM</property>
<child>
<object class="GtkBox" id="dialog-hbox1">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="title" translatable="yes">Scatterplot</property>
<property name="modal">True</property>
- <property name="help_page">GRAPH</property>
+ <property name="help_page">GRAPH#SCATTERPLOT</property>
<child>
<object class="GtkBox" id="dialog-hbox15">
<property name="visible">True</property>