Merge pull request #3283 from daschw/limits

use existing limits for functions
This commit is contained in:
Daniel Schwabeneder 2021-02-09 00:04:46 +01:00 committed by GitHub
commit 23ae2c5a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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