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 8 plots, the colors cycle back and are repeated.
Re-exports
pub use tagger; |
Modules
| build | Build blocks for making custom plots |
| iter | Contains the |
| prelude | The poloto prelude. |
Macros
| move_format | Shorthand for |
Structs
| Plotter | Keeps track of plots. User supplies iterators that will be iterated on when render is called. |
Functions
| moveable_format | Convert a moved closure into a impl fmt::Display.
This is useful because std’s |
| plot | Convenience function for |