We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
geom_football
Add a default display range for football geoms that only displays what's in play.
The text was updated successfully, but these errors were encountered:
I've gone ahead and tried to implement this for all surfaces, not just football. The football-specific result looks like this:
geom_football( "nfl", "in bounds only" color_updates = list( "sideline" = "#ff552e", "end_line" = "#13294b" ) )
Note: Colors of sideline and end line changed to make them stand out from background of plot
Is that what you had in mind?
Sorry, something went wrong.
Yep; that's pretty much exactly what I was thinking!
Closed via #19
Updated with fix for #18
63b10e2
rossdrucker
No branches or pull requests
Add a default display range for football geoms that only displays what's in play.
The text was updated successfully, but these errors were encountered: