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)"