Documentation ¶
Overview ¶
package draw provides common types for the drawing packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
Column represents a column to draw in a context. Data is expected to be sorted, non-empty, and contain typical floats (no NaNs/denormals/Inf/etc). Obs is the number of observations.
type RGB ¶
RGB is a byte compatabile implementation of image.RGBA, except with much less supporting code, and no alpha channel.
func (*RGB) Raw ¶
Raw returns the raw values at the pixel, including alpha channel. It can be mutated.
Directories ¶
Path | Synopsis |
---|---|
package axis provides implementations of drawing rothko axes.
|
package axis provides implementations of drawing rothko axes. |
package colors provides some color maps for drawing.
|
package colors provides some color maps for drawing. |
package graph provides implementations of drawing rothko graphs.
|
package graph provides implementations of drawing rothko graphs. |
package heatmap provides implementations of drawing rothko heatmaps.
|
package heatmap provides implementations of drawing rothko heatmaps. |
package iosevka contains a basicfont.Face of the ascii range of the iosevka font face.
|
package iosevka contains a basicfont.Face of the ascii range of the iosevka font face. |
package key provides a way to draw a heatmap key
|
package key provides a way to draw a heatmap key |
package observations provides drawing of an observations axis.
|
package observations provides drawing of an observations axis. |
Click to show internal directories.
Click to hide internal directories.