From c63a48201c3bcf68b492fea474ff8a22aa75c960 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Wed, 6 May 2020 21:44:50 +0200 Subject: [PATCH] remove StatsPlots recipe warning --- src/args.jl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/args.jl b/src/args.jl index 3b779f07..874e237b 100644 --- a/src/args.jl +++ b/src/args.jl @@ -1108,12 +1108,6 @@ function RecipesPipeline.preprocess_attributes!(plotattributes::AKW) plotattributes[:framestyle] = _framestyleAliases[plotattributes[:framestyle]] end - # warnings for moved recipes - st = get(plotattributes, :seriestype, :path) - if st in (:boxplot, :violin, :density) && !isdefined(Main, :StatsPlots) - @warn("seriestype $st has been moved to StatsPlots. To use: \`Pkg.add(\"StatsPlots\"); using StatsPlots\`") - end - return end