Skip to content

Throw error if x and y are different sizes #353

@angusmoore

Description

@angusmoore

This should throw an error instead of plotting something:

arphitgg(data.frame(), agg_aes(x=1:10,y=1:5))+agg_col()

Why? This is why:

arphitgg(data.frame(x=1:10,y=1:10,group=rep(1:2,5)), agg_aes(x=1:10,y=y,group=group))+agg_col()

Metadata

Metadata

Assignees

No one assigned

    Labels

    error-handlingHow well are bad data or other inputs handled

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions