-
Notifications
You must be signed in to change notification settings - Fork 147
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
Use Unicode Block Graphics U+2581-U+2588 for bar graphs #176
Comments
Sounds super useful. Could you be so kind to make a Pull Request for this? |
As soon as I figure out how the bars are drawn. Is this in this codebase or
is it something that comes from urwid?
…On Mon, Aug 9, 2021 at 4:12 PM Alex Manuskin ***@***.***> wrote:
Sounds super useful. Could you be so kind to make a Pull Request for this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#176 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABNDCUISQM64DO7HBBUCU3T37V5ZANCNFSM5BZWBDCA>
.
--
Ricardo Bánffy
http://about.me/rbanffy
|
Most of the parameters of urwid can be overridden, we do some of it in |
From what I can tell and remember a bit,
Note that they should be an array I think for the 2 types of colors we use. Probably some trial and error will be needed :) |
Is your feature request related to a problem? Please describe.
The vertical resolution of the bar graphs is a character cell. It'd be 8x higher if using the block graphics between U+2581 and U+2588. Alternatively, horizontal and vertical resolutions can be doubled with 2x2 mosaics from U+2599 to U+259F. Optionally, depending on termina/font support, we could triple vertical resolution with the 2x3 mosaics introduced in Unicode 13
Describe the solution you'd like
Graphs would have a higher resolution
The text was updated successfully, but these errors were encountered: