Change format to "%Y-%m-%d", as described in documentation, and as coded

in report.h
This commit is contained in:
thdox 2013-06-02 17:34:35 +02:00
parent 0b2065f809
commit ff64f97d16

View file

@ -16,6 +16,6 @@ fi
(cat <<EOF; ledger "$@") | gnuplot
set terminal $LEDGER_TERM
set xdata time
set timefmt "%Y/%m/%d"
set timefmt "%Y-%m-%d"
plot "-" using 1:2 with lines
EOF