Skip to content

Commit 30e73c7

Browse files
authored
Merge pull request #410 from JuliaPlots/fix-add-trace
Fix add trace
2 parents acba7d1 + d1f5ad9 commit 30e73c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/display.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ end
184184

185185
function add_trace!(p::SyncPlot, trace::GenericTrace; kw...)
186186
add_trace!(p.plot, trace; kw...)
187-
addtraces!(p, trace)
187+
send_command(p.scope, :addTraces, trace)
188188
end
189189

190190

0 commit comments

Comments
 (0)