From eb72e50a3ac50ffa8c0236286cf25297da5aefbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Miclu=C8=9Ba-C=C3=A2mpeanu?= Date: Sun, 15 Mar 2020 01:05:15 +0200 Subject: [PATCH] Fix typo _process_userrecipes now calls the correct _process_userrecipe --- src/Plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index 4293b811..831941ae 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -18,7 +18,7 @@ using Base.Meta import Showoff import StatsBase import JSON -import RecipePipeline: _process_userrecipes, _process_plotrecipe, +import RecipePipeline: _process_userrecipe, _process_plotrecipe, _process_seriesrecipe, _preprocess_args, preprocessArgs!, is_st_supported, recipe_pipeline!,