Skip to content

Commit b031d13

Browse files
committed
change throughout legend labels
1 parent 09ee78d commit b031d13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/climatebenchpress/compressor/plotting/plot_metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ def _plot_grouped_df(
715715
bound_data["encode_lower_quantile"],
716716
bound_data["encode_upper_quantile"],
717717
],
718-
label="Encoding",
718+
label="Compression",
719719
edgecolor="white",
720720
linewidth=0,
721721
color=[_get_lineinfo(comp)[0] for comp in compressors],
@@ -733,7 +733,7 @@ def _plot_grouped_df(
733733
bound_data["decode_lower_quantile"],
734734
bound_data["decode_upper_quantile"],
735735
],
736-
label="Decoding",
736+
label="Decompression",
737737
edgecolor=[_get_lineinfo(comp)[0] for comp in compressors],
738738
fill=False,
739739
linewidth=4,

0 commit comments

Comments
 (0)