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: Chartulo.us - Chart anything from the command line

45 pointsby dcrawalmost 13 years ago

11 comments

anusinhaalmost 13 years ago
You know, if you're already on the command line, gnuplot and github already provide ~similar functionality. I can do the same in ~the same number of keystrokes if things are aliased properly. Also, keeping things local is nice.
评论 #4362196 未加载
评论 #4362121 未加载
3amOpsGuyalmost 13 years ago
Ahh cool, i see the attraction. I went through a phase of using the google chart API instead of GNUplot (you just wget a URL piping your data). Coupled with a big bash history it works fairly well.<p>I've learned enough R to be dangerous. Ggplot2 looks gorgeous without trying. It's my current favourite torch for shining on perf and capacity issues (I dream of one day identifying a perf issues root cause with nothing more than the correlation function!)
olefooalmost 13 years ago
It looks nice.<p>If you're looking for an open alternative there is <a href="https://github.com/mikedewar/d3py" rel="nofollow">https://github.com/mikedewar/d3py</a> which plays very well numpy/pandas.
评论 #4362174 未加载
thronemonkeyalmost 13 years ago
I use ggplot2 all day baby. <a href="http://had.co.nz/ggplot2/" rel="nofollow">http://had.co.nz/ggplot2/</a><p>It has a bit of learning curve but its an extremely flexible way to quickly visualize data in a lot of different ways to get a feel for what's going on in your dataset (you should probably already have some R familiarity, the language has its idiosyncrasies).
egonschielealmost 13 years ago
Looks cool, I've been wanting something like this for a while.<p>Also, your animated quickstart is annoying. Leave it as text please.
评论 #4362734 未加载
walrusalmost 13 years ago
Not that it really matters, but<p><pre><code> chartulous &#60; data.csv </code></pre> <a href="http://partmaps.org/era/unix/award.html" rel="nofollow">http://partmaps.org/era/unix/award.html</a>
评论 #4364341 未加载
Qworgalmost 13 years ago
At least from my perspective, a major problem is maintaining control of your information. How does Chartulo.us store the data? Where? Can it be removed immediately post retrieval?
duanebalmost 13 years ago
I would much prefer generating the graph locally and then uploading to the service - it's very rare that graphs I generate need to be shared rather than embedded in a paper.
评论 #4363575 未加载
q_revertalmost 13 years ago
another option/alternative is to use matplotlib, which is ideally integrated with ipython notebooks <a href="http://ipython.org/" rel="nofollow">http://ipython.org/</a>, well worth a look if anyone's interested.. their integration with numpy/pandas etc is superb.. and on top of all the benefits of plotting with matplotlib, you get ipython and all its features for free... for example <a href="http://imgur.com/Le8px" rel="nofollow">http://imgur.com/Le8px</a>
dinkumthinkumalmost 13 years ago
The animation of the command line is a little annoying because it has all this cruft of the package installer messages. I got bored half way through and missed and had to replay. Just put the two command lines there and be done with it. :)
tkahn6almost 13 years ago
This may be a dumb question but is this a startup or a project?
评论 #4362635 未加载