6 stable releases

2.0.2 Mar 17, 2023
2.0.1 Feb 16, 2023
2.0.0 Feb 15, 2023
1.0.2 Feb 11, 2023

#26 in #chart

Unlicense

56KB
596 lines

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

Dependencies

~6–16MB
~167K SLoC