output

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: May 24, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package output provides rendering output abstractions for exporting and displaying plots.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Exporter

type Exporter interface {
	Export(filename string) error
}

Exporter defines a backend that saves rendered output to a file.

type Output

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

type Presenter interface {
	Show() error
}

Presenter defines a backend that displays rendered output in a window.

Jump to

Keyboard shortcuts

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