Skip to content

Commit

Permalink
Disable legend.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-laforge committed Aug 4, 2020
1 parent 6c2404e commit be8d3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample/demo9.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit be8d3c6

Please sign in to comment.