change the is_st_supported signature (#2466)
This commit is contained in:
parent
4e6c64ebcc
commit
aafc1e1989
@ -7,7 +7,8 @@ function finalize_subplot!(plt::Plot, st, plotattributes::AKW)
|
||||
_add_the_series(plt, sp, plotattributes)
|
||||
end
|
||||
|
||||
is_st_supported(st::Symbol) = is_seriestype_supported(st)
|
||||
# Override the RecipesPipeline `is_st_supported` for Plots.
|
||||
RecipePipeline.is_st_supported(::Plot, st::Symbol) = is_seriestype_supported(st)
|
||||
# ------------------------------------------------------------------
|
||||
# preprocessing
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user