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

Labels in Spider plots are incorrect color #54

Closed Tiam-F closed 1 year ago

Tiam-F commented 1 year ago

I observed that the labels for completeness, purity, l1 norm error and Unifrac have the wrong color compared to the Spider plot. For example, the green and pink color in the plot is not present in the labels. Is this something anyone have encountered?

spider_plot_relative

I´m using the default settings and version 1.011.

fernandomeyer commented 1 year ago

Thanks for reporting this. I found that the labels became incorrect with some version of matplotlib > 3.2.1, due to some change or maybe a bug in matplotlib. They were correct with matplotlib==3.2.1, which was the version recommended for OPAL 1.0.11. Anyway, I updated OPAL's requirements and released now OPAL 1.0.12 with a workaround to display the correct labels.