Crates.io | box_plot_chart |
lib.rs | box_plot_chart |
version | 2.1.0 |
source | src |
created_at | 2023-02-11 01:53:44.744286 |
updated_at | 2024-05-26 00:21:36.904034 |
description | A description of the project |
homepage | |
repository | https://github.com/jlyonsmith/box_plot_chart |
max_upload_size | |
id | 782288 |
size | 108,106 |
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:
You can understand the box plot composition with the aid of the following graphic: