From 559ae6bbd53225e654495d2c2a0b27e8e946a8ba Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 18 May 2012 23:44:11 +0200 Subject: graph: Fix mean_pred x-scale --- graph.m | 1 + 1 file changed, 1 insertion(+) diff --git a/graph.m b/graph.m index 9817078..ae3bf8e 100644 --- a/graph.m +++ b/graph.m @@ -23,6 +23,7 @@ print('doc/image/opt_pred_pie.svg', '-dsvg', '-F:10'); plot(pred_list{1}); xlabel('Tage'); ylabel('Quantitaet'); +xlim([1 14]); print('doc/image/mean_pred.svg', '-dsvg', '-F:10'); % seven day plots -- cgit