From cbbd64dca3142f2288b7162fe49c6d9cb28f911d Mon Sep 17 00:00:00 2001 From: xjules Date: Tue, 10 Sep 2024 10:29:08 +0200 Subject: [PATCH] Change to presence of history_data --- src/ert/gui/plottery/plots/ensemble.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ert/gui/plottery/plots/ensemble.py b/src/ert/gui/plottery/plots/ensemble.py index a91a3d745ff..84ce6dfdccc 100644 --- a/src/ert/gui/plottery/plots/ensemble.py +++ b/src/ert/gui/plottery/plots/ensemble.py @@ -45,7 +45,7 @@ def plot( plot_context.deactivateDateSupport() plot_context.x_axis = plot_context.INDEX_AXIS - draw_style = "steps" if plot_context._key.endswith("H") else None + draw_style = "steps" if plot_context.history_data else None self._plotLines( axes, config,