up previous next
PlotPoints    --    outputs the coordinates of the points to a file


Syntax
PlotPoints(L: LIST of points)

Description
This function outputs the coordinates of the points (with two components) to a file called CoCoAPlot. See PlotPointsOn for outputting to another file.

This result can be plotted using your preferred plotting program. For example, start gnuplot and then give it the command
  plot CoCoAPlot
to see the plot.

Example
/**/  PlotPoints([ [X, X^2-X+14] | X in -10..10]);
Plotting points...100%
21 plotted points have been placed in the file CoCoAPlot

See Also