use existing limits for functions

This commit is contained in:
Daniel Schwabeneder 2021-02-08 22:52:40 +01:00
parent f656179d54
commit 0e03d7ff95

View File

@ -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