CAMI-challenge / OPAL

OPAL: Open-community Profiling Assessment tooL
https://cami-challenge.github.io/OPAL/
Apache License 2.0
25 stars 6 forks source link

a starter for a non interactive bar plot via seaborn #22

Closed sjanssen2 closed 2 years ago

sjanssen2 commented 6 years ago

related to #1, here is some quick and dirty code to draw barplots using the seaborn library.

abremges commented 6 years ago

Just my 2 cents, w/o proper code review: I'm not sure that this adds towards our goal of an interactive visualization where the user can adjust metrics' weights, unless your seaborn plots can be easily tweaked into interactive ones (using e.g. mpld3) and the code is modular enough for us to allow user-defined weightings (which is what https://github.com/CAMI-challenge/OPAL/issues/1 is all about).