From 794ffe6975c7b9805ca9f8d876f58070d3c7b944 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Sun, 15 Mar 2020 17:48:34 +0530 Subject: [PATCH] ensure that the pipeline works --- src/Plots.jl | 2 +- src/pipeline.jl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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)