plotters icon indicating copy to clipboard operation
plotters copied to clipboard

Feature: new `Quartiles` from precalculated values

Open evanrichter opened this issue 5 years ago • 0 comments

I recently had a dataset that took hours to generate, so I wanted a workflow like:

  1. generate dataset once
  2. save quartile data to csv
  3. 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

evanrichter avatar Aug 15 '20 15:08 evanrichter