module Ishi

Overview

Graph plotting package with a small API powered by gnuplot.

See Base for documentation on supported methods.

Defined in:

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

Constant Summary

VERSION = {{ (`shards version \"/srv/crystaldoc.info/github-toddsundsted-ishi-v0.2.0/src\"`).chomp.stringify }}

Constructors

Class Method Summary

Constructor Detail

def self.new #

Creates a new instance.

ishi = Ishi.new
ishi.plot([1, 2, 3, 4])
ishi.show

[View source]
def self.new(**options, &) #

Creates a new instance.

Yields to the supplied block with the new instance as the implicit receiver. Automatically invokes #show before returning. Any options are passed to #show.

Ishi.new do
  plot([1, 2, 3, 4])
end

[View source]

Class Method Detail

def self.io #

[View source]
def self.io=(io) #

[View source]