Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Offcenter Markers #59

Open
rsh52 opened this issue Sep 27, 2024 · 0 comments
Open

[BUG] Offcenter Markers #59

rsh52 opened this issue Sep 27, 2024 · 0 comments
Assignees
Labels
backlog Backlog items for the future or that may not be worked on bug Something isn't working

Comments

@rsh52
Copy link
Contributor

rsh52 commented Sep 27, 2024

Markers appear to be slightly offcenter (slightly too far down) after the recent changes in #58

image

Notice how the red "X" and red circle in subject 2 are slightly off from each other.

Note: This is also the default behavior when using geom_text() and is probably related to complex calculations. This may not be worthwhile to fix, and should instead be left up to the user.

ggplot(data = all_events, mapping = aes(x = time_from_initial_infusion, y = pt_id, label = glyph)) + geom_text(size = 10)

image

@rsh52 rsh52 added the bug Something isn't working label Sep 27, 2024
@rsh52 rsh52 self-assigned this Sep 27, 2024
@rsh52 rsh52 added the backlog Backlog items for the future or that may not be worked on label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Backlog items for the future or that may not be worked on bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant