Unverified Commit 9834ae20 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

plot-x=P: out_trace is already inverted

parent 595f12a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -405,7 +405,7 @@ def show_efficiency_plot(dlog, plot_x, changepoints=None):
        xaxis = dlog.slots[out_slot]["A"].data * -1
        xlabel = "Output Current [A]"
    elif plot_x == "P":
        xaxis = out_trace * -1
        xaxis = out_trace
        xlabel = "Output Power [W]"

    (handle,) = plt.plot(