plotters
plotters copied to clipboard
Feature: new `Quartiles` from precalculated values
I recently had a dataset that took hours to generate, so I wanted a workflow like:
- generate dataset once
- save quartile data to csv
- plot csv with plotters
This PR allowed me to provide pre-calculated values for the quartile range as desired
This implementation simply panics if the values aren't in a sensible order