Up

Module Text_graph = Text_graph

Signature

val render : ?narrow:bool -> (string * float) list -> string

Renders a text graph given labels and values. The list should be non-empty and the specified values must be positive numbers. Setting narrow enables narrower graphs.