mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

ほー、グラフ化はgnuplotかな?>BT

zunda

@tSU_RooT Rubyでpsqlの表をtsv風のファイルに書き出してgnuplotです :)

gnuplot
reset
set xdata time
set ydata time
set size ratio -1
set timefmt "%Y-%m-%dT%H:%M:%S"
set format x "%m-%d\n%H:%M"
set format y "%m-%d %H:%M"
set style data points
set xlabel "Tooted at (UTC)"
set ylabel "Delivered at (UTC)"
plot "delays.dat" using 1:2 not
set output "delays.png"; set term push; set term png small; replot
unset output; set term pop

@zundan ありがとうー、後で叩いて自分でもプロットしてみます。