Skip to content

[BUG] Offcenter Markers #59

@rsh52

Description

@rsh52

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

Metadata

Metadata

Assignees

Labels

backlogBacklog items for the future or that may not be worked onbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions