Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
export some more observable functions
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Mar 17, 2021
1 parent b5b32b8 commit 079c1fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AbstractPlotting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ using Base.Iterators: repeated, drop
import Base: getindex, setindex!, push!, append!, parent, get, get!, delete!, haskey
using Observables: listeners, to_value

# Backwards compatability for Observables 0.3
if hasmethod(Observables.notify, Tuple{Observable})
using Observables: notify
else
Expand Down Expand Up @@ -166,7 +167,7 @@ export xtickrotation, ytickrotation, ztickrotation
export xtickrotation!, ytickrotation!, ztickrotation!

# Node/Signal related
export Node, Observable, lift, map_once, to_value, on, @lift
export Node, Observable, lift, map_once, to_value, on, @lift, off, connect!

# utilities and macros
export @recipe, @extract, @extractvalue, @key_str, @get_attribute
Expand Down

0 comments on commit 079c1fb

Please sign in to comment.