Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaPlots/Plots.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1f4ddcd45dd09d9394e4394d919d6adad22f0b11
Choose a base ref
..
head repository: JuliaPlots/Plots.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 434e189f1e8c307c41b60b6a7ca2e013d1d426f1
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/pipeline.jl
2 changes: 1 addition & 1 deletion src/pipeline.jl
Original file line number Diff line number Diff line change
@@ -141,7 +141,7 @@ function _add_smooth_kw(kw_list::Vector{KW}, kw::AKW)
end


RecipesPipeline.get_axis_limits(plt::Plot, letter) = axis_limits(plt[1], letter, should_widen=false)
RecipesPipeline.get_axis_limits(plt::Plot, letter) = axis_limits(plt[1], letter, false)


## Plot recipes