diff --git a/sample/demo9.jl b/sample/demo9.jl index 07d3915..3c12b6b 100644 --- a/sample/demo9.jl +++ b/sample/demo9.jl @@ -42,6 +42,7 @@ mplot.layout[:ncolumns] = 1 plot = add(mplot, InspectDR.transientplot(:lin, title="Transient Data", xlabel="Time (s)", ylabels=["Voltage (V)"]) ) + plot.layout[:enable_legend] = false plot.displayNaN = true #Enable hilighting of NaN values (slower) wfrm = add(plot, x, y) wfrm.line = line(color=blue, width=3)