CliMA / ClimaCoupler.jl

ClimaCoupler: bringing atmosphere, land, and ocean together
Apache License 2.0
21 stars 3 forks source link

Add boxes in bias_leaderboard #845

Closed Sbozzolo closed 3 weeks ago

Sbozzolo commented 3 weeks ago

In this next iteration of the leaderboard, I am now using Makie boxplot.

Draw a Tukey style boxplot. The boxplot has 3 components:

  • a crossbar spanning the interquartile (IQR) range with a midline marking the median
  • an errorbar whose whiskers span range * iqr
  • points marking outliers, that is, data outside the whiskers

image

I tried plotting individual models to see how they would look like, but I couldn't get something that is properly readable. I can highlight specific models, if some are more useful/important than others.

Sbozzolo commented 3 weeks ago

image