# plotto v0.2.0 - Table of Contents

> A 100% Elixir library for generating SVG and PNG charts, no external binaries or NIFs required

## Pages

- [Plotto](readme.md)
- [LICENSE](license.md)

## Modules

- [Plotto](Plotto.md): Plotto generates SVG and PNG charts in pure Elixir.
- [Plotto.BarChart](Plotto.BarChart.md): A bar chart: one or more series, each rendered as a group of bars per category,
bar height proportional to `:value`.
- [Plotto.CandlestickChart](Plotto.CandlestickChart.md): A candlestick chart: renders open-high-low-close (OHLC) financial and price
data intervals as candlesticks with wicks and colored bodies.
- [Plotto.LineChart](Plotto.LineChart.md): A line chart: a single line connecting one point per data item.

