NCAR / ldcpy

Statistical and visual tools for gathering metrics and comparing Earth System Model data files. A common use case is comparing data that has been lossily compressed with the original data.
https://ldcpy.readthedocs.io/
Apache License 2.0
19 stars 2 forks source link

multiple sets for compare stats.... #266

Closed allibco closed 3 years ago

allibco commented 3 years ago

Would like to be able to see multiple columns in compare stats

pinarda commented 3 years ago

Will this work like it does in plot - where we list the labels we want to compare and each gets compared the first element in the list?

allibco commented 3 years ago

That's what I was thinking - should be fairly straightforward

allibco commented 3 years ago

Working on this now :)