legend border on ppc_freqpoly_grouped
Open
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 442
- Forks
- 93
- Avg merge
- 3h 11m
- Merged PRs (30d)
- 1
Description
Not sure what's going on here.
library(bayesplot)
y <- example_y_data()
yrep <- example_yrep_draws()
group <- example_group_data()
ppc_freqpoly_grouped(y, yrep[1:3,], group, alpha = .5)

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the example using ppc_freqpoly_grouped with example_y_data(), example_yrep_draws(), and example_group_data(), then compare the legend border with the attached image. Trace the plotting entry point and its legend-related behavior; done means the unintended border is understood and the expected legend appearance is confirmed by a regression check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100