Documentation ¶
Index ¶
- func Int32sToFloat64s(xs []int32) []float64
- func Int64sToFloat64s(xs []int64) []float64
- func IntsToFloat64s(xs []int) []float64
- type Canvas
- type Length
- type Point
- type Rect
- func (r Rect) Column(i, count int) Rect
- func (r Rect) Empty() bool
- func (r Rect) Inset(by Rect) Rect
- func (r Rect) Offset(by Point) Rect
- func (r Rect) Points() []Point
- func (r Rect) Row(i, count int) Rect
- func (r Rect) Shrink(radius Point) Rect
- func (r Rect) Size() Point
- func (r Rect) UnitLocation(u Point) Point
- func (r Rect) Zero() Rect
- type SVG
- func (svg *SVG) Bounds() Rect
- func (svg *SVG) Bytes() []byte
- func (svg *SVG) Clip(r Rect) Canvas
- func (svg *SVG) Context(r Rect) Canvas
- func (svg *SVG) Layer(index int) Canvas
- func (svg *SVG) Poly(points []Point, style *Style)
- func (svg *SVG) Rect(r Rect, style *Style)
- func (svg *SVG) SetSize(width, height Length)
- func (svg *SVG) Size() Point
- func (svg *SVG) Text(text string, at Point, style *Style)
- func (svg *SVG) WriteTo(dst io.Writer) (n int64, err error)
- type Style
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int32sToFloat64s ¶
func Int64sToFloat64s ¶
func IntsToFloat64s ¶
Types ¶
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
plot-tests
testplot allows plotting `go test -json` output as a cascade to see testing parallelism and sequencing.
|
testplot allows plotting `go test -json` output as a cascade to see testing parallelism and sequencing. |
Click to show internal directories.
Click to hide internal directories.