7 stable releases
2.1.0 | May 26, 2024 |
---|---|
2.0.2 | Mar 17, 2023 |
2.0.1 | Feb 16, 2023 |
2.0.0 | Feb 15, 2023 |
1.0.2 | Feb 11, 2023 |
#1670 in Command line utilities
27 downloads per month
55KB
583 lines
Box Plot Chart Generator
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:
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:
Dependencies
~7–17MB
~179K SLoC