Skip to content

Fix geom_dotplot y limit calculations #1622

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

Closed
wants to merge 1 commit into from

Conversation

has2k1
Copy link
Contributor

@has2k1 has2k1 commented Apr 26, 2016

The computed y limits depend on both the group & panel.
This ensures that the scale trainning does not get wrong
(global y limits) input.

Fixes #1618

@codecov-io
Copy link

Current coverage is 65.53%

Merging #1622 into master will increase coverage by +<.01%

@@           master      #1622   diff @@
========================================
  Files         158        158          
  Lines        5546       5547     +1   
  Methods         0          0          
  Branches        0          0          
========================================
+ Hits         3634       3635     +1   
  Misses       1912       1912          
  Partials        0          0          
  1. File R/scale-type.R (not in diff) was modified. more
    • Misses 0
    • Partials 0
    • Hits +1

Sunburst

Powered by Codecov. Last updated by e56c351

@hadley
Copy link
Member

hadley commented Jul 28, 2016

Do you think you could add a unit test too?

@hadley hadley added bug an unexpected problem or unintended behavior in progress labels Jul 28, 2016
@hadley hadley added this to the v2.2.0 milestone Jul 28, 2016
@hadley
Copy link
Member

hadley commented Aug 24, 2016

Bump

The computed y limits depend on both the group & panel.
This ensures that the scale trainning does not get wrong
(global y limits) input.

Fixes tidyverse#1618
@has2k1 has2k1 force-pushed the fix-dotplot-ylimit branch from 6cb8dd9 to 424a014 Compare August 24, 2016 20:31
@has2k1
Copy link
Contributor Author

has2k1 commented Aug 24, 2016

Added tests.

@hadley hadley closed this in aebbece Sep 6, 2016
@hadley hadley removed the in progress label Sep 6, 2016
@lock
Copy link

lock bot commented Jan 18, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Jan 18, 2019
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants