gnuplot v0.19.71 Gnuplot.Dataset View Source

Convert Elixir lists to Gnuplot STDIN.

See http://www.gnuplotting.org/tag/standard-input/

Link to this section Summary

Functions

Convert a list of datasets

Link to this section Types

Link to this section Functions

Link to this function

format_datasets(datasets) View Source
format_datasets([t()]) :: [String.t()]

Convert a list of datasets.

A dataset is a list of points, each point is a list of numbers.