Merge pull request #192 from thdox/report

Change format to "%Y-%m-%d"
This commit is contained in:
John Wiegley 2013-06-02 19:19:48 -07:00
commit a7ee1a0aa4

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