💾 Archived View for heavysquare.com › unix › 9993-gnuplot-time-of-day.txt captured on 2022-04-29 at 12:36:43.

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

% hg log --template "{date(localdate(date), '%Y-%m-%dT00:00 0000-01-01T%H:%M')}\n" > h
% gnuplot

        G N U P L O T
        Version 4.6 patchlevel 2    last modified 2013-03-14 
[...]
gnuplot> set terminal png
Terminal type set to 'png'
Options are 'nocrop font "/usr/share/fonts/dejavu/DejaVuSans.ttf,12" fontscale 1.0 size 640,480 '
gnuplot> set output 'h.png'
gnuplot> set xdata time
gnuplot> set ydata time
gnuplot> set timefmt "%Y-%m-%dT%H:%M"
gnuplot> plot 'h' using 1:2
gnuplot> ^D