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
This looks like an off-by-one bug for height — can you confirm?
In [9]: print(asciichartpy.plot([0, 0, 1, 2], {'height': 1})) 2.00 ┼ ╭ 0.00 ┼──╯ In [10]: print(asciichartpy.plot([0, 0, 1, 2], {'height': 2})) 2.00 ┼ ╭ 1.00 ┤ ╭╯ 0.00 ┼─╯ In [11]: print(asciichartpy.plot([0, 0, 1, 2], {'height': 5})) 2.00 ┼ ╭ 1.60 ┤ │ 1.20 ┤ │ 0.80 ┤ ╭╯ 0.40 ┤ │ 0.00 ┼─╯
The text was updated successfully, but these errors were encountered:
@hartwork yep, check this out:
I suggest to move this discussion there )
Sorry, something went wrong.
kroitor
No branches or pull requests
This looks like an off-by-one bug for height — can you confirm?
The text was updated successfully, but these errors were encountered: