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

Fix vertically overlapping value and row labels #1

Open
leeper opened this issue Dec 2, 2013 · 1 comment
Open

Fix vertically overlapping value and row labels #1

leeper opened this issue Dec 2, 2013 · 1 comment
Assignees
Milestone

Comments

@leeper
Copy link
Owner

leeper commented Dec 2, 2013

The current binning algorithm simply puts labels on new lines when they're too close. A better version would evenly space the numbers within the range of overlap. It will have the same even appearance, but probably line up better with slope lines.

@ghost ghost assigned leeper Dec 2, 2013
@leeper leeper modified the milestone: CRAN Release Jul 26, 2015
@leeper
Copy link
Owner Author

leeper commented Oct 31, 2016

The new draw approach used as of 69f6143 eliminated binning altogether. Will need to think of a new way to do this by, possibly, modifying y-values that are near to one another in the segmentize()'d matrix.

leeper added a commit that referenced this issue Nov 3, 2016
@leeper leeper changed the title Change binning to evenly space numbers across the covered range Fix vertically overlapping value and row labels Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant