Commit a474830c authored by Daniel Friesel's avatar Daniel Friesel
Browse files

Show proper power plot if available

parent e64ec4bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@ def main():
        export_csv(dlog, args.csv_export)

    if args.plot:
        if dlog.all_data_slots_have_power() and False:
        if dlog.all_data_slots_have_power():
            show_power_plot(dlog)
        else:
            show_raw_plot(dlog)