diff options
-rwxr-xr-x | bin/dlog-viewer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dlog-viewer b/bin/dlog-viewer index 3944e44..82cf27b 100755 --- a/bin/dlog-viewer +++ b/bin/dlog-viewer @@ -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( |