https://github.com/jlyonsmith/box_plot_chart
Generate SVG box plots
https://github.com/jlyonsmith/box_plot_chart
Last synced: 8 days ago
JSON representation
Generate SVG box plots
- Host: GitHub
- URL: https://github.com/jlyonsmith/box_plot_chart
- Owner: jlyonsmith
- License: unlicense
- Created: 2023-01-05T16:25:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T02:12:17.000Z (about 2 years ago)
- Last Synced: 2026-06-15T21:30:07.078Z (10 days ago)
- Language: Rust
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Box Plot Chart Generator
[](https://github.com/jlyonsmith/box_plot_chart/blob/main/coverage.json)
[](https://crates.io/crates/box_plot_chart)
[](https://docs.rs/box_plot_chart)
This is a simple box plot generator. You provide a [JSON5](https://json5.org/) file with data and it generates an SVG file. You can convert the SVG to PNG or other bitmap formats with the [resvg](https://crates.io/crates/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:
