Commit 6c70f644 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

dlog-viewer: Fix --plot without changepoint detection

parent 117f6ef9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -398,7 +398,7 @@ def show_power_plot(dlog, changepoints=None):
    plt.show()


def show_unit_plot(dlog, metric, changepoints):
def show_unit_plot(dlog, metric, changepoints=None):

    handles = list()