change the is_st_supported signature (#2466)

This commit is contained in:
Anshul Singhvi 2020-03-15 17:36:23 +05:30 committed by Simon Christ
parent 4e6c64ebcc
commit aafc1e1989

View File

@ -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