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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Plot directly in your terminal with matplotlib

160 点作者 daleroberts超过 8 年前

7 条评论

jpeanuts超过 8 年前
Gnuplot has an output mode - called &quot;dumb&quot; - that prints an ASCII plot to the terminal. See e.g. <a href="http:&#x2F;&#x2F;pastebin.com&#x2F;WHcLZHPr" rel="nofollow">http:&#x2F;&#x2F;pastebin.com&#x2F;WHcLZHPr</a> This is very handy when running scientific codes on remote machines, and works in any terminal (not just iTerm2 like the submission).<p>I&#x27;ve been looking for a matplotlib extension to do the same thing, without success.
评论 #13700878 未加载
评论 #13704689 未加载
评论 #13704828 未加载
评论 #13702303 未加载
评论 #13702666 未加载
krick超过 8 年前
God, I want something like iTerm2 for Linux.
评论 #13701711 未加载
评论 #13702512 未加载
评论 #13701028 未加载
评论 #13705107 未加载
评论 #13702387 未加载
venachescu超过 8 年前
You are literally making my dreams come true. Thank you!
评论 #13710369 未加载
wallstquant超过 8 年前
Julia has something similar too. TerminalExtensions.jl<p><a href="https:&#x2F;&#x2F;groups.google.com&#x2F;forum&#x2F;m&#x2F;#!topic&#x2F;julia-users&#x2F;zj4nQlDGNoc" rel="nofollow">https:&#x2F;&#x2F;groups.google.com&#x2F;forum&#x2F;m&#x2F;#!topic&#x2F;julia-users&#x2F;zj4nQl...</a>
Lxr超过 8 年前
Great idea, I was just thinking yesterday that something like this should exist. Matplotlob seems to like automatically switching windows every time you plot something, so annoying!
评论 #13703193 未加载
maddyboo超过 8 年前
Any idea of how to do something like this for R?
评论 #13702529 未加载
curiousgal超过 8 年前
Reminds me of Maple, it came with a console version that can render plots in ASCII.