box_plot_chart

Crates.iobox_plot_chart
lib.rsbox_plot_chart
version2.1.0
sourcesrc
created_at2023-02-11 01:53:44.744286
updated_at2024-05-26 00:21:36.904034
descriptionA description of the project
homepage
repositoryhttps://github.com/jlyonsmith/box_plot_chart
max_upload_size
id782288
size108,106
John Lyon-Smith (jlyonsmith)

documentation

README

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

Commit count: 30

cargo fmt