class Ishi::Gnuplot

Overview

Gnuplot rendering engine.

Requires "gnuplot" be installed and available.

Defined in:

ishi/gnuplot.cr
ishi/html.cr
ishi/iterm2.cr
ishi/text.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(prologue : Enumerable(String) = [] of String, epilogue : Enumerable(String) = ["exit"]) #

Creates a new instance of the gnuplot engine.


[View source]

Instance Method Detail

def run(commands : Enumerable(String)) #

Runs a "gnuplot" process and feeds it commands.

Returns an IO instance with the output.


[View source]
def show(chart) #

Shows the chart.


[View source]
def show(chart, **options) #

[View source]