//
pkg.gl
Category
github.com/mmavka/dataframe-go
plot
package
0.0.6
Repository:
https://github.com/mmavka/dataframe-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
183 SLOC
#
Packages
wcharczuk
No description provided by the author
#
Functions
Open
Open creates a new plot window.
#
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.