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 type
point() View Source
Link to this type
t()
View Source
t()
View Source
t() :: [point()]
t() :: [point()]
Link to this section Functions
Link to this function
format_datasets(datasets) View Source
Convert a list of datasets.
A dataset is a list of points, each point is a list of numbers.