Skip to content

Forcefully color NAs when aes(color=NULL) or aes(...), ..., color="salmon") is provided and remove_nas=F #10

@matiasandina

Description

@matiasandina

I believe that something like this:

ggplot(wombats, aes(x=frame, behaviour=behaviour, y=wombat)) + geom_ethogram(remove_nas = F)

Should return this

image

But the NAs should be forcefully colored in gray. Maybe this is one of the things that could be handled by setup_data #8 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions