Looking for stats? Pete Metcalfe shows you how to quickly analyze and plot your data with just one line of Bash and tools like AWK and gnuplot
https://www.linux-magazine.com/Issues/2025/294/Bash-Stats?utm_source=mlm
#Bash #tools #AWK #gnuplot #Linux #stats #data #SQL

@stiefkind Ich habe vor zwei Jahren für ein komplett neues Projekt (Auswertung der Heimsolaranlage) zu sh, awk, und #gnuplot gegriffen. Ich muss zugeben, dass ich teils Features von gnuplot benutzt habe, die jünger sind, als mein Sohn.

Es gibt neueres mit Weboutput mit coolen Namen - a hier: Grafana - eine 20 Jahre aeltere Software, die ich tatsaechlich mal im Einsatz hatte. In pkgsrc/graphics finde ich u.a. gnu plotutils.und ein halbes Dutzend anderer.

🌘 使用 Gnuplot 分析 IPv4 交易
➤ 透過 Gnuplot 揭示 IPv4 市場的供需密碼
https://ipv4a-5539ad.gitlab.io/
本文展示瞭如何使用 Gnuplot 分析 IPv4 地址的交易數據,以瞭解供需趨勢,特別是在 IPv6 逐漸普及的背景下。分析基於來自 ipv4.global 拍賣平臺的數據,涵蓋了價格、數量和交易量等各個方面。作者透過繪製多種圖表,探討了價格波動、批次大小變化、市場總量以及平均價格的月度趨勢,並預測了 IPv4 價格可能在 2026 年底降至零。
+ 這篇文章很有趣!能用圖表直觀地看到 IPv4 價格的變化,以及與時間的關係,讓人對這個市場有了更深入的瞭解。
+ 我對 IPv6 的轉型一直很關注,這篇文章讓我看到了 IPv4 市場的實際情況,以及價格下降的趨勢,很有參考價值。
#數據分析 #IPv4 #Gnuplot #市場趨勢
Analyzing ipv4 trades with gnuplot.

🔍🐢 "Let's dissect IPv4 trades with the digital equivalent of cave paintings: Gnuplot! Spoiler alert: It's as thrilling as watching paint dry while explaining the wonders of supply and demand with a script only techno-archaeologists could love." 🎨📈
https://ipv4a-5539ad.gitlab.io/ #IPv4Trading #Gnuplot #TechnoArchaeology #SupplyAndDemand #DataVisualization #HackerNews #ngated
Analyzing ipv4 trades with gnuplot.

Analyzing ipv4 trades with gnuplot.

#climateCrisis #commonLisp #graphing #series #gnuplot https://screwlisp.small-web.org/programming/common-lisp-cl-series-gnuplot-climate/
Hey everyone. I jammed some #declarative #lazyEvaluation #engineering #programming to tie into the climate segment of the live show in TWO hours.

Interesting declarative exploratory programming and super simple gnuplotting if I do say so.

But I basically ran out of time to make a good graph with daily temperature max/min/avg from about 1920-2020 in some weather stations in New Zealand. Any ideas??? Clock is ticking

Did you know that you can do basic plotting on the command line with #gnuplot if you use #alpine #Linux you can easily install gnuplot with `apk add gnuplot`
LISP/2025-may-gnuplot.lisp (htmlized)

#programming #commonLisp #gnuplot #asdf
https://screwlisp.small-web.org/programming/screwlisps-knowledge-simple-gnuplot/
Systematic redux of the simple #'gnuplot from before. Should be eminently useable via (asdf:load-system :screwlisps-knowledge/simple-gnuplot) (use-package :screwlisps-knowledge/simple-gnuplot) (gnuplot "Of these" '((1 2) (3 4)) '((5 -6) (7 -8)) '((1 2) (8 1)))