//
pkg.gl
Category
github.com/padchin/dataframe-go
plot
package
1.0.5
Repository:
https://github.com/padchin/dataframe-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
0
Files
306 SLOC
#
Functions
Open
Open creates a new plot window.
S
S converts a SeriesFloat64 to a chart.Series for use with the "github.com/wcharczuk/go-chart" package.
#
Constants
Horizontal
Horizontal will add a horizontal scrollbar.
JPEG
JPEG MIME Type.
None
None means that no scrollbar will be added.
PNG
PNG MIME Type.
SVG
SVG MIME Type.
Vertical
Vertical will add a vertical scrollbar.
#
Variables
ErrClosed
ErrClosed means the plot window has already been closed.
ErrNoChromeInstalled
ErrNoChromeInstalled indicates that chrome is not installed.
#
Structs
Plot
Plot represents a plot window.
#
Type aliases
MIME
MIME Type is used to help Chrome recognize the format of the image.
Scrollbar
Scrollbar is used to set whether the plot will scroll in the horizontal and/or vertical direction.