Versions in this module Expand all Collapse all v0 v0.9.0 Sep 5, 2026 Changes in this version type Chart + Guides []Guide type Grid + Guides []Guide type GridResult + Guides []ir.Rect + type Guide struct + Kind GuideKind + Labels []string + Sizes []float32 + Title string + type GuideKind uint8 + const GuideColorbar + const GuideLegend + const GuideSize type Result + Guides []ir.Rect v0.8.0 Sep 5, 2026 v0.7.0 Sep 5, 2026 v0.6.0 Sep 4, 2026 v0.5.0 Sep 4, 2026 v0.4.0 Sep 4, 2026 v0.3.0 Sep 4, 2026 Changes in this version type Chart + Colorbars []Colorbar + type Colorbar struct + Ticks []string + Title string + type Grid struct + Canvas ir.Rect + Colorbars []Colorbar + Cols int + LegendLabels []string + Panels []Panel + Rows int + Theme theme.Theme + Title string + XTitle string + YTitle string + type GridResult struct + Areas []ir.Rect + Colorbars []ir.Rect + Legend ir.Rect + Region ir.Rect + RightStrips []ir.Rect + Strips []ir.Rect + TickLabelPad float32 + Title ir.Point + XTitle ir.Point + YTitle ir.Point + func Panels(g Grid, m Measurer) GridResult + type Panel struct + Col int + RightStrip string + Row int + Strip string + XLabels []string + YLabels []string type Result + Colorbars []ir.Rect v0.2.0 Sep 4, 2026 v0.1.0 Sep 4, 2026 Changes in this version + type Chart struct + Canvas ir.Rect + LegendLabels []string + Theme theme.Theme + Title string + XLabels []string + XTitle string + YLabels []string + YTitle string + type Measurer interface + Measure func(run ir.TextRun) ir.TextMetrics + type Result struct + Legend ir.Rect + Plot ir.Rect + TickLabelPad float32 + Title ir.Point + XTitle ir.Point + YTitle ir.Point + func Compute(c Chart, m Measurer) Result