Skip to content

Instantly share code, notes, and snippets.

@stan-janssen
stan-janssen / barcode.gnuplot
Last active February 1, 2024 09:57
Klimaatstreepjescode voor De Bilt, Nederland
# Gnuplot script that downloads weather station data
# for a specific station in The Netherlands and draws
# a colored chart based on each year's average temperature.
set datafile separator ','
set term svg size 800,200
set output 'barcode.svg'
# Remove margins
set tmargin 0