diff --git a/src/Plots.jl b/src/Plots.jl index 08fa45dd..92546af7 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -24,7 +24,7 @@ import RecipePipeline: _process_userrecipe, _process_plotrecipe, finalize_subplot!, recipe_pipeline!, _recipe_init!, _recipe_after_user!, _recipe_after_plot!, _recipe_before_series!, - _recipe_finish! + _recipe_finish!, is_st_supported using Requires diff --git a/src/pipeline.jl b/src/pipeline.jl index 03f6935d..15182e3c 100644 --- a/src/pipeline.jl +++ b/src/pipeline.jl @@ -1,4 +1,3 @@ - function finalize_subplot!(plt::Plot, st, plotattributes::AKW) sp = _prepare_subplot(plt, plotattributes) _prepare_annotations(sp, plotattributes)