Skip to content

Commit

Permalink
fix: make space work for BarPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
EdsterG committed Oct 1, 2024
1 parent 94b7273 commit a323ae6
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 = plot.space,
highclip = p.highclip, lowclip = p.lowclip, nan_color = p.nan_color, alpha = p.alpha,
)

Expand Down

0 comments on commit a323ae6

Please sign in to comment.