19 comments (19 comments)8 reactions (8 reactions)0 assignees (0 assignees)R1,257 stars (1,257 stars)95 forks (95 forks)batch import
enhancementhelp wanted
Description
i.e. an alternative to geom_jitter()
Contributor guide
- Tech stack
- r
- Domain
- data
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- R programmingggplot2ggrepel internals
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Examine the existing implementation of geom text repel in the ggrepel source code to understand how repulsion works for text. Review the comments in issue #20 for proposed approaches and limitations. Consider adapting the algorithm for points. Look at files like R/geom text repel.R. Check for any related issues or PRs referencing this feature.