Skip to content

Commit

Permalink
Remove widening in Bar recpie
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-a-Zimmermann committed Oct 31, 2024
1 parent 9d13a46 commit af9961c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,11 @@
{
"name": "Patrick Jaap",
"type": "Other"
},
{
"affiliation": "Ludwig-Maximilians-Universiaet Muenchen",
"name": "Jonas Zimmermann",
"type": "Other"
}
],
"upload_type": "software"
Expand Down
3 changes: 0 additions & 3 deletions src/recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,6 @@ end
push!(yseg, yi, fi, fi, yi, yi)
end

# widen limits out a bit
expand_extrema!(axis, scale_lims(ignorenan_extrema(xseg.pts)..., default_widen_factor))

# switch back
if !isvertical(plotattributes)
xseg, yseg = yseg, xseg
Expand Down

0 comments on commit af9961c

Please sign in to comment.