Skip to content

Commit

Permalink
Change to presence of history_data
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Sep 10, 2024
1 parent 8d8fd73 commit cbbd64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/gui/plottery/plots/ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cbbd64d

Please sign in to comment.