module
Meru::Plot
Extended Modules
Defined in:
meru/plot.crConstant Summary
-
DEFAULT_PLOT_HEIGHT =
30 -
DEFAULT_PLOT_WIDTH =
40
Instance Method Summary
- #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)
- #signals(signals : Array(Signal), io : IO = STDOUT)
- #smudge(smudges : SmudgeTable, max_total_cov : Int32 | Nil = nil, log_counts : Bool = true, io : IO = STDOUT, width : Int32 = 60, height : Int32 = 20)
- #smudge_display_max_total_cov(max_depth : Int32 | Nil) : Int32 | Nil
Instance Method Detail
def 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)
#
def smudge(smudges : SmudgeTable, max_total_cov : Int32 | Nil = nil, log_counts : Bool = true, io : IO = STDOUT, width : Int32 = 60, height : Int32 = 20)
#