←back to thread

371 points timqian | 1 comments | | HN request time: 0s | source
Show context
NVRM ◴[] No.17471833[source]
The graph part is pretty cool. Is it doable to use this graph for any kind of data? Or maybe someone know a tool to trace similar graphs into a terminal?
replies(1): >>17471875 #
supermdguy ◴[] No.17471875[source]
Looks like it's using asciichart: https://www.npmjs.com/package/asciichart
replies(2): >>17472172 #>>17472200 #
pseudonymcoward ◴[] No.17472200[source]
Interestingly named package given that it's clearly using quite a few non-ascii characters which will break non-unicode aware consoles. Also that the description, Node page, and github repo list different licences.
replies(2): >>17472287 #>>17472365 #
kec ◴[] No.17472365[source]
Everything in there looks ascii to me, just using the charting characters in the high end of the table.
replies(1): >>17474997 #
1. alyx ◴[] No.17474997{3}[source]
"ASCII" is limited to characters 0 - 127

https://en.wikipedia.org/wiki/ASCII