plottabledataframe

package
v0.0.0-...-6c8a829 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PlottableDataFrame

type PlottableDataFrame struct {
	DataFrame   dataframe.DataFrame
	XColumnName string
	YColumnName string
}

func NewDataFramePlottable

func NewDataFramePlottable(
	dataFrame dataframe.DataFrame,
	xColumnName,
	yColumnName string,
) *PlottableDataFrame

func (*PlottableDataFrame) Dump

func (pdf *PlottableDataFrame) Dump()

func (*PlottableDataFrame) Len

func (pdf *PlottableDataFrame) Len() int

func (*PlottableDataFrame) X

func (pdf *PlottableDataFrame) X() []float64

func (*PlottableDataFrame) XY

func (pdf *PlottableDataFrame) XY(i int) (x, y float64)

func (*PlottableDataFrame) Y

func (pdf *PlottableDataFrame) Y() []float64

Jump to

Keyboard shortcuts

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