https://github.com/hakdogan/box-whisker
A box whisker plot creator
https://github.com/hakdogan/box-whisker
box-whisker
Last synced: 11 months ago
JSON representation
A box whisker plot creator
- Host: GitHub
- URL: https://github.com/hakdogan/box-whisker
- Owner: hakdogan
- Created: 2024-10-27T20:06:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T07:50:59.000Z (over 1 year ago)
- Last Synced: 2025-07-14T05:28:09.408Z (11 months ago)
- Topics: box-whisker
- Language: Java
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Box Whisker Plot
This code repository outputs the five-number summary of the given array of numbers to create a box-whisker plot.
## To build
```shell
sh createExecutableJar.sh
```
