Change format to "%Y-%m-%d", as described in documentation, and as coded
in report.h
This commit is contained in:
parent
0b2065f809
commit
ff64f97d16
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ fi
|
||||||
(cat <<EOF; ledger "$@") | gnuplot
|
(cat <<EOF; ledger "$@") | gnuplot
|
||||||
set terminal $LEDGER_TERM
|
set terminal $LEDGER_TERM
|
||||||
set xdata time
|
set xdata time
|
||||||
set timefmt "%Y/%m/%d"
|
set timefmt "%Y-%m-%d"
|
||||||
plot "-" using 1:2 with lines
|
plot "-" using 1:2 with lines
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue