gnuplot v0.19.70 Gnuplot View Source
Transmit Elixir data to Gnuplot graphing library.
Link to this section Summary
Functions
Transmit commands and data streams
Link to this section Functions
Link to this function
gnuplot_bin()
View Source
gnuplot_bin()
View Source
gnuplot_bin() :: {:error, :gnuplot_missing} | {:ok, :file.name()}
gnuplot_bin() :: {:error, :gnuplot_missing} | {:ok, :file.name()}
Link to this function
list(a) View Source
Link to this function
list(a, b) View Source
Link to this function
list(a, b, c) View Source
Link to this function
list(a, b, c, d) View Source
Link to this function
plot(commands) View Source
Link to this function
plot(commands, datasets) View Source
Transmit commands and data streams.
Examples
iex> Gnuplot.plot([:plot, "-", :with, :lines], [[[0, 0], [1, 2], [2, 4]]])
{:ok, gnuplot_cmd}