stan-dev / stan-dev/bayesplot

legend border on ppc_freqpoly_grouped

Open
#134 1 comment 0 reactions 0 assignees View on GitHub

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)

image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.