summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Klemkow <j.klemkow@wemelug.de>2012-05-18 10:05:54 +0200
committerJan Klemkow <j.klemkow@wemelug.de>2012-05-18 10:05:54 +0200
commit233ab0584368799cb74c7dc097ea0584011dc618 (patch)
tree05c25281ff0f38e20613ba5f29fc0a821246fc13
parent973d2d4805e4fb704cebe197399c0ae4d8f3ed80 (diff)
downloaddmc-233ab0584368799cb74c7dc097ea0584011dc618.tar.gz
dmc-233ab0584368799cb74c7dc097ea0584011dc618.tar.bz2
dmc-233ab0584368799cb74c7dc097ea0584011dc618.zip
graph: Add plot and printing of qsum.svg
-rw-r--r--graph.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/graph.m b/graph.m
index 5d7bd7c..58842aa 100644
--- a/graph.m
+++ b/graph.m
@@ -1,6 +1,10 @@
tangocolors;
colormap(tangocolors_middle);
+% quantity sum
+plot(sum(q'), '-o', 'linewidth', 2);
+print('doc/image/q_sum.svg', '-dsvg', '-F:14');
+
% optimization graph
percent = round(local_min_count / sum(local_min_count) * 100);
labels = {};