Skip to content

Commit

Permalink
_show again
Browse files Browse the repository at this point in the history
  • Loading branch information
disberd committed Aug 8, 2024
1 parent e2481d4 commit c663b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlutoPlotly.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ include("plotlybase_forward.jl")
layout = Layout(;title = "lol")
p = plot(data, layout)
_show(p)
plot(rand(10,4))
plot(rand(10,4)) |> _show
end

end

0 comments on commit c663b95

Please sign in to comment.