Meru::Plot
Constants
DEFAULT_PLOT_HEIGHT = 30
DEFAULT_PLOT_WIDTH = 40
Instance methods
histogram(hist : Histogram, min_depth : Int32 = 1, max_depth : Int32 | Nil = nil, log_y : Bool = false, io : IO = STDOUT, width : Int32 = DEFAULT_PLOT_WIDTH, height : Int32 = DEFAULT_PLOT_HEIGHT)
Source