0

I am working on some privacy-friendly data visualization and I am looking for a Python library with an implementation of boxplot where you can provide the values needed to build a boxplot (minimum, first quartile, median, third quartile, and maximum) instead of providing a whole dataset. Alternatively, if anyone has any ideas of how I could implement it from scratch using available tools and without providing full columns of data, that would also be very useful!

SO far I have checked out matplotlib and Seaborn but they don't allow for this option.

l.o
  • 1
  • 1

0 Answers0