package
0.0.0-20180315062822-5563bf42e167
Repository: https://github.com/mattn/jplot.git
Documentation: pkg.go.dev

# Functions

FromHTTP fetch data points from url every interval and keep size points.
FromStdin reads data from stdin as one JSON object per line.
ParseSpec parses a graph specification.

# Structs

Field describe a field in a graph.
Points is a series of Size data points gathered from Source.
Spec specify a list of field for a single graph.

# Interfaces

Getter is the interface used by Points to get next points.