Navigation Menu

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

geom_smooth() warning about ymin/ymax #1939

Closed
Mait22 opened this issue Dec 1, 2016 · 2 comments
Closed

geom_smooth() warning about ymin/ymax #1939

Mait22 opened this issue Dec 1, 2016 · 2 comments
Labels
bug an unexpected problem or unintended behavior layers 📈

Comments

@Mait22
Copy link

Mait22 commented Dec 1, 2016

No description provided.

@hadley hadley added the reprex needs a minimal reproducible example label Dec 1, 2016
@simonrolph
Copy link

library("ggplot2")
test_data <- data.frame(col1 = 1:10,col2 = 1:10, col3 = 3:12, col4 = 4:13) 
ggplot(test_data, aes(x = col1, y = col2))+
  geom_smooth(data = test_data, aes(ymin = col3, ymax = col4), stat = "identity")

@hadley hadley changed the title New warning "Warning: Ignoring unknown aesthetics: ymax" on code that worked well on version 2.1.0 geom_smooth() warning about ymin/ymax Jan 25, 2017
@hadley
Copy link
Member

hadley commented Jan 25, 2017

I've cleaned up the issue title/comment thread to focus on key components of problem. Thanks for the correspondence so far 😄

@hadley hadley added bug an unexpected problem or unintended behavior and removed reprex needs a minimal reproducible example labels Feb 13, 2017
@hadley hadley closed this as completed in b64a69a Feb 13, 2017
@lock lock bot locked as resolved and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior layers 📈
Projects
None yet
Development

No branches or pull requests

3 participants