ggchicklet icon indicating copy to clipboard operation
ggchicklet copied to clipboard

Remove spaces on bar plot fills

Open paschalis-mpeis opened this issue 3 years ago • 2 comments

It seems that a white outline is drawn on each bar. Perhaps that is the workaround to enable the rounded corners in the first place (don't know the internals of ggchicklet). I assume this is why the spaces below are shown:

Screenshot 2021-03-31 at 22 25 31

I don't want that white-space between plots of the same x axis element.

I want something likegeom_bar, but rounded:

Screenshot 2021-03-31 at 22 28 58

Is there a way to remove them? If not, is there a way to draw them in the same color as the fill color?

Cheers, Paschalis

paschalis-mpeis avatar Mar 31 '21 19:03 paschalis-mpeis

+1

brunomioto avatar Jul 08 '22 14:07 brunomioto

@Paschalis geom_chicklet(color = 'transparent') should work.

mattwarkentin avatar Jul 12 '22 17:07 mattwarkentin