class Matplotcr::Figure

Defined in:

matplotcr.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(python : String = "/usr/local/bin/python3", font : RCFont = RCFont.new("sans-serif", ["Lucida Grande"]), latex : Bool = false, figsize : Tuple(Float64, Float64) | Nil = nil, grid : Tuple(Int32, Int32) = {1, 1}) #

[View source]

Instance Method Detail

def add(plot : Plot) #

[View source]
def save(destination : String, dpi : Int64 | Nil = nil) #

[View source]
def subplot #

[View source]