From 70ec20293af20a3221b2d877f7876a87f4cb8c45 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Sun, 15 Mar 2020 17:15:33 +0530 Subject: [PATCH] change the `is_st_supported` signature --- src/pipeline.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pipeline.jl b/src/pipeline.jl index 89329326..03f6935d 100644 --- a/src/pipeline.jl +++ b/src/pipeline.jl @@ -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