We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ee78d commit b031d13Copy full SHA for b031d13
1 file changed
src/climatebenchpress/compressor/plotting/plot_metrics.py
@@ -715,7 +715,7 @@ def _plot_grouped_df(
715
bound_data["encode_lower_quantile"],
716
bound_data["encode_upper_quantile"],
717
],
718
- label="Encoding",
+ label="Compression",
719
edgecolor="white",
720
linewidth=0,
721
color=[_get_lineinfo(comp)[0] for comp in compressors],
@@ -733,7 +733,7 @@ def _plot_grouped_df(
733
bound_data["decode_lower_quantile"],
734
bound_data["decode_upper_quantile"],
735
736
- label="Decoding",
+ label="Decompression",
737
edgecolor=[_get_lineinfo(comp)[0] for comp in compressors],
738
fill=False,
739
linewidth=4,
0 commit comments