Crate poloto[][src]

poloto - plot to SVG and style with CSS

Usage

Check out the github examples.

  • Plots containing NaN or Infinity are ignored.
  • After 6 plots, the colors cycle back and are repeated.

Re-exports

pub use tagger;

Modules

default_tags

Contains building blocks for create the default svg an styling tags from scratch.

iter

Contains the DoubleIterator trait and three different implementers of it.

prelude

The poloto prelude.

Structs

Plotter

Keeps track of plots. User supplies iterators that will be iterated on when render is called.

Functions

plot

Convenience function for Plotter::new()

plot_io

Convenience function for plotting with writers that only implement std::io::Write.