# plotto v0.6.0 - Table of Contents > A 100% Elixir library for generating SVG and PNG charts, no external binaries or NIFs required ## Pages - [README](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: lines connecting points per data item across ordered categories.