Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasePlotter ¶
func NewBasePlotter ¶
func NewBasePlotter(title string) BasePlotter
type ContourPlotter ¶
type ContourPlotter struct {
GriddedPlotter
}
func (ContourPlotter) Plot ¶
func (c ContourPlotter) Plot(measurements repository.Measurements, folded bool) (*vgimg.PngCanvas, error)
type GriddedPlotter ¶
type GriddedPlotter struct { BasePlotter XResolution int YResolution int XRange *Range YRange *Range Ranges []float64 }
func NewGriddedPlotter ¶
func NewGriddedPlotter(name string) GriddedPlotter
type HeatmapPlotter ¶
type HeatmapPlotter struct {
GriddedPlotter
}
func (HeatmapPlotter) Plot ¶
func (h HeatmapPlotter) Plot(measurements repository.Measurements, folded bool) (*vgimg.PngCanvas, error)
type Range ¶
func (*Range) GetIntervals ¶
type Sampler ¶
type Sampler struct { Fold bool // contains filtered or unexported fields }
func Sample ¶
func Sample(measurements []repository.Measurement, fold bool, xResolution, yResolution int, xRange, yRange *Range) *Sampler
type ScatterPlotter ¶
type ScatterPlotter struct { BasePlotter Legend Legend }
func (ScatterPlotter) Plot ¶
func (s ScatterPlotter) Plot(measurements repository.Measurements, folded bool) (*vgimg.PngCanvas, error)
Click to show internal directories.
Click to hide internal directories.