From ce11c38b44175b955324e147d2ec3e55e1824a53 Mon Sep 17 00:00:00 2001 From: Theodor Chikin Date: Tue, 3 Mar 2026 19:54:58 +0300 Subject: [PATCH] --logscale enabled by default --- RFG_ADC_dataplotter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RFG_ADC_dataplotter.py b/RFG_ADC_dataplotter.py index bedc901..6456cbd 100755 --- a/RFG_ADC_dataplotter.py +++ b/RFG_ADC_dataplotter.py @@ -906,6 +906,7 @@ def main(): parser.add_argument( "--logscale", action="store_true", + default=True, help=( "Новый бинарный протокол: точка несёт пару int32 (avg_1, avg_2), " "а свип считается как 10**(avg_1*0.001) - 10**(avg_2*0.001)"