fixed text position

This commit is contained in:
Ayzen
2025-09-29 20:24:22 +03:00
parent de094eeca7
commit 65f4f9795e
4 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
config_inputs/s21_start100_stop8800_points1000_bw1khz.bin config_inputs/s11_start100_stop8800_points1000_bw1khz.bin

View File

@ -2,8 +2,8 @@
"open_air": true, "open_air": true,
"axis": "abs", "axis": "abs",
"data_limitation": "ph_only_1", "data_limitation": "ph_only_1",
"cut": 0.945, "cut": 1.413,
"max": 1.4, "max": 2.4,
"gain": 1.2, "gain": 1.2,
"start_freq": 100.0, "start_freq": 100.0,
"stop_freq": 8800.0, "stop_freq": 8800.0,

View File

@ -1,5 +1,5 @@
{ {
"y_min": -55, "y_min": -80,
"y_max": 20, "y_max": 30,
"show_phase": true "show_phase": true
} }

View File

@ -324,12 +324,12 @@ class BScanProcessor(BaseProcessor):
layout = { layout = {
"title": f"B-Scan Heatmap - {config_info}", "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"}, "yaxis": {"title": "Depth (m)", "autorange": "reversed"},
"hovermode": "closest", "hovermode": "closest",
"height": 546, "height": 546,
"template": "plotly_dark", "template": "plotly_dark",
"margin": {"t": 30, "r": 50, "b": 50, "l": 50}, "margin": {"t": 40, "r": 50, "b": 110, "l": 50},
"autosize": True "autosize": True
} }