Skip to content

Commit

Permalink
remove unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Nov 2, 2023
1 parent d94100f commit 7d6748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlotlyLight.jl
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ StructTypes.StructType(::Plot) = StructTypes.Struct()
Base.:(==)(a::Plot, b::Plot) = a.data == b.data && a.layout == b.layout && a.config == b.config

#-----------------------------------------------------------------------------# Display
function page(o::Plot; remove_margins=false)
function page(o::Plot)
return SETTINGS.display_object(h.html(
h.head(
h.meta(charset="utf-8"),
Expand Down

0 comments on commit 7d6748d

Please sign in to comment.