Skip to content

Commit

Permalink
fix: make space work for BarPlot (#4435)
Browse files Browse the repository at this point in the history
* fix: make `space` work for BarPlot

* Update barplot.jl

---------

Co-authored-by: Simon <[email protected]>
  • Loading branch information
EdsterG and SimonDanisch authored Oct 10, 2024
1 parent 2828d67 commit 5850070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic_recipes/barplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ function Makie.plot!(p::BarPlot)
poly!(
p, bars, color = p.color, colormap = p.colormap, colorscale = p.colorscale, colorrange = p.colorrange,
strokewidth = p.strokewidth, strokecolor = p.strokecolor, visible = p.visible,
inspectable = p.inspectable, transparency = p.transparency,
inspectable = p.inspectable, transparency = p.transparency, space = p.space,
highclip = p.highclip, lowclip = p.lowclip, nan_color = p.nan_color, alpha = p.alpha,
)

Expand Down

0 comments on commit 5850070

Please sign in to comment.