gghdr icon indicating copy to clipboard operation
gghdr copied to clipboard

legend colours do not match fill colours

Open AndrewLJackson opened this issue 2 years ago • 0 comments

The color legend for the probability ranges should match the specified fill colour (blue in the example below) but always appear to be grey. The boxes appear to be coloured darker by using stacked transparent layers. Perhaps it would be better to render them as solid colours along a gradient?

`ggplot(faithful, aes(y = eruptions, x= waiting)) +

  • geom_hdr_boxplot(fill="steelblue")`
    

AndrewLJackson avatar Feb 16 '23 10:02 AndrewLJackson