diff --git a/src/autotuning_methodology/visualize_experiments.py b/src/autotuning_methodology/visualize_experiments.py index ed9bea9..ff2fd53 100755 --- a/src/autotuning_methodology/visualize_experiments.py +++ b/src/autotuning_methodology/visualize_experiments.py @@ -696,6 +696,8 @@ def normalize_multiple(curves: list) -> tuple: ylim_min = 0 for strategy_index, strategy in enumerate(self.strategies): if "hide" in strategy.keys() and strategy["hide"]: + if strategy["name"] not in self.plot_skip_strategies: + self.plot_skip_strategies.append(strategy["name"]) continue # get the data