Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion src/pipeline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ function RecipesPipeline.add_series!(plt::Plot, plotattributes)
elseif ms === :vline && (perm == (:x, :y) || perm == (:y, :x))
plotattributes[:markershape] = :hline
end
if plotattributes[:seriestype] === :bar # bar calls expand_extrema! in its recipe...
if plotattributes[:seriestype] === :bar
sp = plotattributes[:subplot]
sp[get_attr_symbol(letter1, :axis)][:lims],
sp[get_attr_symbol(letter2, :axis)][:lims] =
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
Loading