From 0e03d7ff956a47a5bee6fe72a2d6836a71a69af6 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Mon, 8 Feb 2021 22:52:40 +0100 Subject: [PATCH] use existing limits for functions --- src/pipeline.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipeline.jl b/src/pipeline.jl index c9ed7e25..6b4cec32 100644 --- a/src/pipeline.jl +++ b/src/pipeline.jl @@ -141,7 +141,7 @@ function _add_smooth_kw(kw_list::Vector{KW}, kw::AKW) end -RecipesPipeline.get_axis_limits(plt::Plot, f, letter) = axis_limits(plt[1], letter) +RecipesPipeline.get_axis_limits(plt::Plot, letter) = axis_limits(plt[1], letter) ## Plot recipes