make_plot

package
v0.0.0-...-791d115 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2021 License: AGPL-3.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PltStruct

type PltStruct struct {
	// contains filtered or unexported fields
}

func (*PltStruct) AddLine

func (p *PltStruct) AddLine(
	fileOut string,
	data [][]float64,
	rgba color.RGBA,
	width vg.Length,
) error

AddLine adds liners graph in canvas

func (*PltStruct) AddScatter

func (p *PltStruct) AddScatter(
	fileOut string,
	data [][]float64,
	marker draw.GlyphDrawer,
	rgba color.RGBA,
	radius vg.Length,
) error

AddScatter adds scatter plot in canvas

func (*PltStruct) CreateLine

func (p *PltStruct) CreateLine(
	fileOut string,
	data [][]float64,
	rgba color.RGBA,
	width vg.Length,
) error

CreateLine creates liners graph.

func (*PltStruct) CreateScatter

func (p *PltStruct) CreateScatter(
	fileOut string,
	data [][]float64,
	marker draw.GlyphDrawer,
	rgba color.RGBA,
	radius vg.Length,
) error

CreateScatter creates scatter plot.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL