Skip to content

Commit

Permalink
Merge pull request #220 from unfoldtoolbox/plot_topoplotseries-allow-…
Browse files Browse the repository at this point in the history
…observable

allow observable in plot_topoplotseries
  • Loading branch information
vladdez authored Aug 8, 2024
2 parents fd2967c + b9776a8 commit d6dbb7a
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 d6dbb7a

Please sign in to comment.