jlyonsmith / box_plot_chart

Generate SVG box plots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Box Plot Chart Generator

coverage Crates.io Docs.rs

This is a simple box plot generator. You provide a JSON5 file with data and it generates an SVG file. You can convert the SVG to PNG or other bitmap formats with the resvg tool.

Here is an example of the output:

Example Box Plot

Install with cargo install box_plot_chart. Run with box-plot-chart.

Features of the tool include:

  • Automatic scaling of the Y axis labels
  • Shows box, whiskers and outliers

You can understand the box plot composition with the aid of the following graphic:

Box Plot Components

About

Generate SVG box plots

License:The Unlicense


Languages

Language:Rust 79.8%Language:Just 11.2%Language:TypeScript 9.0%