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
+1 -1
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