add is_key_supported definition
This commit is contained in:
parent
7e04aa438f
commit
ed6c9fe432
@ -219,7 +219,7 @@ const _allArgs = sort(collect(union(keys(_seriesDefaults), keys(_plotDefaults)))
|
||||
supportedArgs(::AbstractBackend) = error("supportedArgs not defined") #_allArgs
|
||||
supportedArgs() = supportedArgs(backend())
|
||||
|
||||
|
||||
RecipesBase.is_key_supported(k::Symbol) = (k in supportedArgs())
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user