Discover Packages
github.com/TuSKan/ggplot
output
package
Version:
v0.0.8
Opens a new window with list of versions in this module.
Published: May 24, 2026
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package output provides rendering output abstractions for exporting
and displaying plots.
type Exporter interface {
Export(filename string ) error
}
Exporter defines a backend that saves rendered output to a file.
type Output struct {
Width int
Height int
}
Output encapsulates a fully compiled, rendered plot alongside its
dimensions. It serves as a unified result that can be saved to file
or displayed in an interactive window.
type Presenter interface {
Show() error
}
Presenter defines a backend that displays rendered output in a window.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.