Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Aug 29, 2023
1 parent fe8b536 commit 4e15dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/plotlybase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end

function plotlybase_syncplot(plt::Plot)
plt.o = PlotlyBase.Plot()
PlotlyBase.addtraces!(plt.o, plotly_traces(plt)...)
PlotlyBase.addtraces!(plt, plotly_traces(plt)...)
layout = plotly_layout(plt)
w, h = plt[:size]
PlotlyBase.relayout!(plt.o, layout, width = w, height = h)
Expand Down

0 comments on commit 4e15dde

Please sign in to comment.