[][src]Module lognplot::chart

Data visualisation.

This module provides functions for defining a chart. For rendering this chart, see the render module.

Structs

Chart

A single 2D-chart

Curve

A single curve with some stroke styling.

Enums

CurveData

A dataset. Can be either a trace, or a vector of points!

Functions

plot

Entry function to plot a series of x values versus a series of y values!