Skip to content

Commit

Permalink
event display: Ensure 2d plots get updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkramer committed Oct 15, 2024
1 parent 2896117 commit 4b1b75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions event_display/interactive_event_display/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ def update_2d_plots(filename, evid):
if filename is not None:
data, _ = parse_contents(filename)
return plot_2d_charge(data, evid)
return go.Figure()


@app.callback(
Expand Down

0 comments on commit 4b1b75f

Please sign in to comment.