gnuplot

package
v0.0.0-...-0643695 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dataset

type Dataset struct {
	Datafile string
	Using    string
	Title    string
	Style    string
}

type Plot

type Plot struct {
	Filename string
	Title    string
	Xlabel   string
	Ylabel   string
	Logscale string
	Xrange   Range
	Yrange   Range
	Style    []string
	Sets     []Dataset
}

func (*Plot) AddData

func (p *Plot) AddData(d *Dataset, x []float64, y []float64)

func (*Plot) Create

func (p *Plot) Create()

type Range

type Range struct {
	From string
	To   string
}

Jump to

Keyboard shortcuts

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