Versions in this module Expand all Collapse all v0 v0.0.4 May 14, 2026 Changes in this version + type FillSetup interface + Setup func(allXs, allYs [][]float64) + type Name string + const NameDodge + const NameFill + const NameIdentity + const NameJitter + const NameNudge + const NameStack type Pos + func Fill() Pos + func New(name Name) Pos + type Stacker interface + AdjustStack func(xs, ys []float64, width float64, groupIdx, nGroups int) (adjXs, yMin, yMax []float64) v0.0.2 May 11, 2026 v0.0.1 Apr 30, 2026 Changes in this version + type Pos interface + Adjust func(xs, ys []float64, width float64, groupIdx, nGroups int) ([]float64, []float64) + String func() string + func Dodge() Pos + func Identity() Pos + func Jitter(xAmount, yAmount float64) Pos + func Nudge(dx, dy float64) Pos + func Stack() Pos