- :abline a b [Object Method]
Adds the graph of the line A + B x to the plot.
- :add-lines lines &key type (draw t) [Object Method]
Adds lines to plot. LINES is a list of sequences, the coordinates of the line starts.
TYPE is normal or dashed. If DRAW is true the new lines are added to the screen.
- :add-points points &key point-labels (draw t) [Object Method]
Adds points to plot. POINTS is a list of sequences, POINT-LABELS a list of
strings. If DRAW is true the new points are added to the screen.
- :add-strings locations strings [Object Method]
Adds strings to plot. LOCATIONS is a list of sequences, the coordinates of the
strings. If DRAW is true the new lines are added to the screen.