color

package module
v0.0.0-...-13bacfe Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2022 License: MIT Imports: 13 Imported by: 0

README

color

Golang util functions for CIE Color Systems

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Plot

func Plot(data Data, title, format string) error

Plot creates a plot from metric data and saves it to a temporary file. It's the callers' responsibility to remove the returned file when no longer needed.

Types

type Data

type Data []Sample

type Sample

type Sample struct {
	Name   string
	Values []Value
}

type Value

type Value struct {
	X float64
	Y float64
}

Jump to

Keyboard shortcuts

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