From 9dcc710f66e6b58f068acfa78997e1a04fc797c2 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Sat, 14 Mar 2020 17:38:43 +0100 Subject: [PATCH] [skip ci] more bangs --- src/Plots.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Plots.jl b/src/Plots.jl index 83323671..4f644127 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -21,9 +21,9 @@ import JSON import RecipeUtils: _process_userrecipes, _process_plotrecipe, _process_seriesrecipe, _preprocess_args, preprocessArgs!, is_st_supported, - finalize_subplot!, recipe_pipeline, - _recipe_init, _recipe_after_user, - _recipe_after_plot, _recipe_finish + recipe_pipeline!, + _recipe_init!, _recipe_after_user!, + _recipe_after_plot!, _recipe_finish! using Requires