Module core.Plot

Provides an interface with gnuplot.

Functions

Plot.line (points, data, x, y) Generates a line plot.
generate_2d_data (points) Saves the point to a temp file and returns the name of it.


Functions

Plot.line (points, data, x, y)
Generates a line plot.

Parameters

  • points: Map
  • data: Legend of the data
  • x: Legend of the x axis
  • y: Legend of the y axis

Return value:

Name of the generated image file
generate_2d_data (points)
Saves the point to a temp file and returns the name of it.

Parameters

  • points:

Valid XHTML 1.0!