TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Plot directly in your terminal with matplotlib

160 pointsby dalerobertsover 8 years ago

7 comments

jpeanutsover 8 years ago
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 未加载
krickover 8 years ago
God, I want something like iTerm2 for Linux.
评论 #13701711 未加载
评论 #13702512 未加载
评论 #13701028 未加载
评论 #13705107 未加载
评论 #13702387 未加载
venachescuover 8 years ago
You are literally making my dreams come true. Thank you!
评论 #13710369 未加载
wallstquantover 8 years ago
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>
Lxrover 8 years ago
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 未加载
maddybooover 8 years ago
Any idea of how to do something like this for R?
评论 #13702529 未加载
curiousgalover 8 years ago
Reminds me of Maple, it came with a console version that can render plots in ASCII.