Skip to content

Commit

Permalink
Removed now inaccurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-a-Zimmermann committed Oct 31, 2024
1 parent af9961c commit 6caac93
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6caac93

Please sign in to comment.