As in the title.
It would be nice to add a stroke attribute to barplot
What's it supposed to be doing?
This issue is known...sadly we had to take away stroke from rectangle scatter, which barplot uses under the hood :D Maybe we should just use poly! for the barplot recipe
Should be fixed in: https://github.com/JuliaPlots/AbstractPlotting.jl/pull/331
Most helpful comment
This issue is known...sadly we had to take away stroke from rectangle scatter, which barplot uses under the hood :D Maybe we should just use
poly!for the barplot recipe