Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasePlotter ¶
type ContourPlotter ¶
type ContourPlotter struct {
GriddedPlotter
}
func (ContourPlotter) Plot ¶
func (c ContourPlotter) Plot(measurements []store.Measurement) (*vgimg.PngCanvas, error)
type GriddedPlotter ¶
type HeatmapPlotter ¶
type HeatmapPlotter struct {
GriddedPlotter
}
func (HeatmapPlotter) Plot ¶
func (h HeatmapPlotter) Plot(measurements []store.Measurement) (*vgimg.PngCanvas, error)
type Plotter ¶
type Plotter interface {
Plot(measurement []store.Measurement) (*vgimg.PngCanvas, error)
}
type Range ¶
func (*Range) GetIntervals ¶
type Sampler ¶
type Sampler struct { Fold bool // contains filtered or unexported fields }
type ScatterPlotter ¶
type ScatterPlotter struct { BasePlotter Legend Legend }
func (ScatterPlotter) Plot ¶
func (s ScatterPlotter) Plot(measurement []store.Measurement) (*vgimg.PngCanvas, error)
Click to show internal directories.
Click to hide internal directories.