A plot library.
Most important classes:
- Sample - a single sample
- SampleSequence - a sequence of Sample entries
The chart user must provide this.
One may use the SampleSequenceContainer, but any which
way one provides the SampleSequence interface would work.
- Trace - A trace assings a color, Y axis, .. to a SampleSequence,
and is then added to a chart.
- Chart - Plots a bunch of Traces.