Versions in this module Expand all Collapse all v1 v1.2.0 Dec 27, 2021 Changes in this version + func DrawArray(a []float64) error + func DrawChart(x, y []float64, showLine bool) (err error) + func DrawPrefixSum(a []float64) error + func DrawWithRawPoints(rawPoints string, showLine bool) error + func ParseArray(rawArray string) (res []float64) + func ParsePoints(rawPoints string) (x []float64, y []float64)