TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Good examples of ASCII data visualization?

12 点作者 rishikeshs大约 2 个月前
I&#x27;m working on a project[1] where one constraint I have set myself is the use of plain text ASCII throughout the site.<p>I have the data ready but I&#x27;m looking for inspiration for projects where ASCII format was used for visualizing data. I deal with plain text cricket data, so visualizations I&#x27;m thinking about include spider charts, score worms, bee swarms, wagon wheels, etc!<p>Any good implementations of ASCII would be great to check out.<p>[1] https:&#x2F;&#x2F;criclite.com

4 条评论

wonger_大约 2 个月前
This site might be very inspirational for you: <a href="https:&#x2F;&#x2F;plaintextsports.com&#x2F;nba&#x2F;2025-03-24&#x2F;lal-orl" rel="nofollow">https:&#x2F;&#x2F;plaintextsports.com&#x2F;nba&#x2F;2025-03-24&#x2F;lal-orl</a><p>Funny too, I was just browsing through this thread today: <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;123378&#x2F;command-line-unix-ascii-based-charting-plotting-tool" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;123378&#x2F;command-line-unix...</a><p>And <a href="https:&#x2F;&#x2F;v2.wttr.in&#x2F;" rel="nofollow">https:&#x2F;&#x2F;v2.wttr.in&#x2F;</a> is decent.<p>I think you&#x27;ll find that ASCII-only is very limiting, and a few Unicode symbols like the Braille dots would make a big difference. That&#x27;s been my experience anyways making ASCII things.<p>Wagon wheels in particular seem like a very tough ASCII challenge -- I&#x27;m looking forward to seeing what you come up with.
评论 #43477403 未加载
Turboblack大约 1 个月前
<a href="https:&#x2F;&#x2F;mario.oldcities.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mario.oldcities.org&#x2F;</a> take a look
vismit2000大约 2 个月前
Saw this very cool ASCII art here: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41306128">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41306128</a><p><pre><code> +=========================+ | THE LIQUIDITY CYCLE | +=========================+ VENTURE CAPITAL _______________ ,.-^=^=^=^=^=^=^=^=^=^;, ,;===============&gt;&gt; E^ a16z LSVP Tiger &#x27;^3. .;^ E^ FF Social Cap. &#x27;^3 &#x2F;&#x2F; condensation .E Bain SoftBank Accel 3^ &#x2F;|^ ^E KP Benchmark :^ || ^;: YC Greylock GC ;3&#x27; ,.^-^-^-^-^-^-^-^-^-^-^;, ^.=.=_=_=_=_=_=_=_=_=_=_=^ E^ endowments family &#x27;^:. \\\\\\\\\\\\\\\\\\\\ E^ offices &#x27;^3 \\\\\\\\\\\\\\\\\\\\ E&#x27; pension ^3. SOURCE \\\ precipitation \\ ^; funds sovereign 3.&#x27; CAPITAL \\\\\\\\\\\\\\\\\\\\ E;: wealth funds ,3^ (LPs) \\\\\\\\\\\\\\\\\\\\ ^;._.._._._._._._._._._._,^ \\\\\\\\\\\\\\\\\\\\ &#x2F;\ ^ ^ ^ ^ ^ ^ ^ ^ gamefi &#x2F;\ &#x2F;\ uber eats | | | | | | | | shitcoins&#x2F;::\&#x2F;::\ &#x2F;::::\ &#x2F;\ | evaporation | &#x2F; doordash&#x2F;^^^^^^\ &#x2F;^^\ | | | | | | | | ____________ &#x2F; \ &#x2F; hello \ (poggers desu) &#x2F;_____ lime ____ fresh ___\ \o&#x2F; \oXo&#x2F;\oXoXo&#x2F; o &#x27;==========&#x27; UNPROFITABLE CONSUMER APPS | | | | | | &#x2F;|\ Oo._ &#x2F;\_&#x2F;\ ,&#x2F;&#x2F;&#x2F; __&#x2F;_\_&#x2F;_X_\&#x2F;_X_X_\_&#x2F;_\__ &#x2F;_________(@&#x27;w&#x27;@)_____________.,:&#x2F;&#x2F;&#x27; SOCIETY \&#x27;&#x27;&#x27;&#x27;&#x27;&#x27;&#x27;&#x27; -...-&#x27;&#x27;&#x27;&#x27;&#x27;&#x27;&#x27;&#x27;&#x27;&#x27;&#x27;&#x27;&#x27;&#x27;&#x27;&#x27;&#x27; surface THE HUMBLE runoff CAC FARMER</code></pre>
anthk大约 2 个月前
- gnuplot<p>- ploot
评论 #43476604 未加载