package
1.0.5
Repository: https://github.com/padchin/dataframe-go.git
Documentation: pkg.go.dev

# Functions

Open creates a new plot window.
S converts a SeriesFloat64 to a chart.Series for use with the "github.com/wcharczuk/go-chart" package.

# Constants

Horizontal will add a horizontal scrollbar.
JPEG MIME Type.
None means that no scrollbar will be added.
PNG MIME Type.
SVG MIME Type.
Vertical will add a vertical scrollbar.

# Variables

ErrClosed means the plot window has already been closed.
ErrNoChromeInstalled indicates that chrome is not installed.

# Structs

Plot represents a plot window.

# Type aliases

MIME Type is used to help Chrome recognize the format of the image.
Scrollbar is used to set whether the plot will scroll in the horizontal and/or vertical direction.