Versions in this module Expand all Collapse all v0 v0.0.1 Jan 2, 2021 Changes in this version + func XYFromDense(m *mat.Dense) plotter.XYs + type Ellipse struct + func New(x, y, a, b, angle float64) (*Ellipse, error) + func NewWithDataConfidence(data mat.Matrix, confidence float64) (*Ellipse, error) + func (e *Ellipse) Eccentricity() float64 + func (e *Ellipse) LinePoints(size int) (*plotter.Line, *plotter.Scatter, error) + func (e *Ellipse) String() string