From 9d57817bdf35ea16f6bacc077fb60e30c07223fe Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Sun, 15 Mar 2020 15:40:49 +0100 Subject: [PATCH] Update plot.jl (#2467) * implement the recipe_pipeline * delete _plot! * Update plot.jl fix: https://github.com/mkborregaard/RecipePipeline.jl/issues/7 --- src/plot.jl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plot.jl b/src/plot.jl index 6dfc2a7c..0c8641d0 100644 --- a/src/plot.jl +++ b/src/plot.jl @@ -182,6 +182,11 @@ function _recipe_after_plot!(plt::Plot, plotattributes::AKW, kw_list::Vector{KW} _subplot_setup(plt, plotattributes, kw_list) end +function _recipe_after_user!(plt::Plot, plotattributes::AKW, kw_list::Vector{KW}) + # don't allow something else to handle it + plotattributes[:smooth] = false +end + function _recipe_before_series!(plt::Plot, kw, kw_list) sp::Subplot = kw[:subplot]