Skip to content

Commit

Permalink
Update plot_topoplotseries.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger authored Aug 8, 2024
1 parent fd2967c commit b9776a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot_topoplotseries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $(_docstring(:topoplotseries))
**Return Value:** `Figure` displaying the Topoplot series.
"""
plot_topoplotseries(data::DataFrame; kwargs...) =
plot_topoplotseries(data::Union{<:Observable{<:DataFrame},DataFrame}; kwargs...) =
plot_topoplotseries!(Figure(), data; kwargs...)

#@deprecate plot_topoplotseries(data::DataFrame, Δbin; kwargs...) plot_topoplotseries(data::DataFrame; bin_width, kwargs...)
Expand Down

0 comments on commit b9776a8

Please sign in to comment.