fixed text position
This commit is contained in:
@ -1 +1 @@
|
||||
config_inputs/s21_start100_stop8800_points1000_bw1khz.bin
|
||||
config_inputs/s11_start100_stop8800_points1000_bw1khz.bin
|
||||
@ -2,8 +2,8 @@
|
||||
"open_air": true,
|
||||
"axis": "abs",
|
||||
"data_limitation": "ph_only_1",
|
||||
"cut": 0.945,
|
||||
"max": 1.4,
|
||||
"cut": 1.413,
|
||||
"max": 2.4,
|
||||
"gain": 1.2,
|
||||
"start_freq": 100.0,
|
||||
"stop_freq": 8800.0,
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"y_min": -55,
|
||||
"y_max": 20,
|
||||
"y_min": -80,
|
||||
"y_max": 30,
|
||||
"show_phase": true
|
||||
}
|
||||
@ -324,12 +324,12 @@ class BScanProcessor(BaseProcessor):
|
||||
|
||||
layout = {
|
||||
"title": f"B-Scan Heatmap - {config_info}",
|
||||
"xaxis": {"title": "Sweep Number", "side": "top"},
|
||||
"xaxis": {"title": "Sweep Number", "side": "bottom"},
|
||||
"yaxis": {"title": "Depth (m)", "autorange": "reversed"},
|
||||
"hovermode": "closest",
|
||||
"height": 546,
|
||||
"template": "plotly_dark",
|
||||
"margin": {"t": 30, "r": 50, "b": 50, "l": 50},
|
||||
"margin": {"t": 40, "r": 50, "b": 110, "l": 50},
|
||||
"autosize": True
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user