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.

Gnuplot, a perfect tool for datascience?

3 pointsby Tamazyalmost 10 years ago
I&#x27;m a graduate student beginning Torch7 and Lua for training a convolutional neural network on a large number of images. During this process, I have to monitor some learning curves. Thereby I searched on google some libs able to plot easily many things (for instance covariance matrix). The only tool I found in torch was https:&#x2F;&#x2F;github.com&#x2F;torch&#x2F;gnuplot<p>Obviously gnuplot is crossplatform able to generate professional diagrams (even to latex). Otherwise, I have a pythonic background and I was using matplotlib instead of some gnuplot wrappers such as http:&#x2F;&#x2F;gnuplot-py.sourceforge.net&#x2F;<p>Do you think that using gnuplot as a main lib to plot things is a good idea ?

3 comments

Engr-Studentalmost 10 years ago
It is a major pain. Try &quot;R&quot;. It is nearly entirely engineered toward proper handling of data. Exploratory Data Analysis (EDA) is so fundamental to the stats folks who make R that NIST dedicated a good chunk of their manual to it. (<a href="http:&#x2F;&#x2F;www.itl.nist.gov&#x2F;div898&#x2F;handbook&#x2F;eda&#x2F;eda.htm" rel="nofollow">http:&#x2F;&#x2F;www.itl.nist.gov&#x2F;div898&#x2F;handbook&#x2F;eda&#x2F;eda.htm</a>)<p>Rstudio is nice. ggplot2 is excellent.
frozenportalmost 10 years ago
<a href="http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;911655&#x2F;gnuplot-vs-matplotlib" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;911655&#x2F;gnuplot-vs-matplot...</a>
评论 #9815559 未加载
GFK_of_xmaspastalmost 10 years ago
Use whatever&#x27;s most convenient and good enough, sometimes that&#x27;s gnuplot, sometimes that&#x27;s matplotlib, sometimes that&#x27;s ggplot, sometimes that&#x27;s some javascript thing.