class

Ishi::Gnuplot

Inherits Reference / Object

Gnuplot rendering engine.

Requires "gnuplot" be installed and available.

Constructors

new(term : Term, prologue : Enumerable(String) = [] of String, epilogue : Enumerable(String) = [] of String)

Creates a new instance of the gnuplot engine.

Source

Instance methods

run(commands : Enumerable(String))

Runs a "gnuplot" process and feeds it commands.

Returns an IO instance with the output.

Source
show(chart, rows, cols, **options)

Shows the charts.

Source
show(chart, **options)

Shows the chart.

Source

Nested types