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

Numbers in legend further from reference bar than next #6

Closed
scraperdragon opened this issue Oct 22, 2015 · 1 comment
Closed

Numbers in legend further from reference bar than next #6

scraperdragon opened this issue Oct 22, 2015 · 1 comment

Comments

@scraperdragon
Copy link

The small (<100) numbers in the legend are right aligned; they should be left-aligned to be closer to their bar.

e.g. in it looks like 30 is referring to the bar on its right, not the bar on its left, which is further away due to a space.


[deliberately misleadingly cropped]

denilsonsa added a commit that referenced this issue Apr 3, 2017
Previously, the legend looked like this:
X   0 Y  10 Z

Which was counter-intuive. (see #6)

David (iamsudo) suggested putting numbers in the middle:

0 X 10 Y 20 Z

Which means that X is between 0 and 10, which maps precisely to the
prettyping behavior (in this case, 0 <= X < 10).

Hopefully, this will be less confusing. I think this also solves #6.
@denilsonsa
Copy link
Owner

I think the commit e8d7538 solves this issue. I'm closing this now. Sorry for taking too long, and feel free to contribute with more feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants