summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-05-18 21:11:25 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-05-18 21:11:25 +0200
commit5bc1dc622115d039b8007be387193e1e957d4e9a (patch)
tree65c098606199f5bcbef630c80f7c4605c05c2f8d
parent46d69114e08b95bfaacd2e3898fb8897278bff6d (diff)
downloaddmc-5bc1dc622115d039b8007be387193e1e957d4e9a.tar.gz
dmc-5bc1dc622115d039b8007be387193e1e957d4e9a.tar.bz2
dmc-5bc1dc622115d039b8007be387193e1e957d4e9a.zip
graph: Fix axes for sevenday plots
-rw-r--r--graph.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/graph.m b/graph.m
index 75ff503..9817078 100644
--- a/graph.m
+++ b/graph.m
@@ -32,8 +32,8 @@ Y = [0 1 1 0 0 1 1 0 0 1 1 0 0 1];
%plot(X + 3, Y * 3800, '-k', 'linewidth', 1);
plot(sum(q'), '-ob;(Summe) Original;', 'linewidth', 2);
hold on;
-%ylim([0 4000]);
-%xlim([0 42]);
+ylim([0 4000]);
+xlim([0 43]);
xlabel('Tage');
ylabel('Quantitaet');
% quantity sum