Skip to content

Commit

Permalink
Fix saturated hits color in event display
Browse files Browse the repository at this point in the history
  • Loading branch information
diaza committed Oct 26, 2024
1 parent dba301d commit 9c76608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_display/interactive_event_display/display_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def create_3d_figure(minerva_data, data, filename, evid):
marker={
"size": 1.75,
"symbol": 'x',
"color": '17becf', #'#19D3F3',
"color": '#17becf', #'#19D3F3',
},
mode="markers",
name="saturated hits",
Expand Down

0 comments on commit 9c76608

Please sign in to comment.