diff options
-rw-r--r-- | utils/NightlyTest.gnuplot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.gnuplot b/utils/NightlyTest.gnuplot index ebb420e..e24c506 100644 --- a/utils/NightlyTest.gnuplot +++ b/utils/NightlyTest.gnuplot @@ -5,7 +5,7 @@ set output "running_loc.png" set xlabel "Date" set ylabel "Lines of Code" set xdata time -set timefmt "%Y-%m-%d:" +set timefmt "%Y-%m-%d-%H:%M:%S:" set format x "%b %d, %Y" ## Various labels for the graph |