[pypy-commit] extradoc extradoc: fix order some more, regenerate pdf

cfbolz noreply at buildbot.pypy.org
Fri Aug 17 15:44:04 CEST 2012


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r4683:9d1ccc716093
Date: 2012-08-17 15:38 +0200
http://bitbucket.org/pypy/extradoc/changeset/9d1ccc716093/

Log:	fix order some more, regenerate pdf

diff --git a/talk/dls2012/benchmarks/parse.py b/talk/dls2012/benchmarks/parse.py
--- a/talk/dls2012/benchmarks/parse.py
+++ b/talk/dls2012/benchmarks/parse.py
@@ -84,7 +84,7 @@
             continue
         bottoms = x + (len(labels) - 1 - i) * width + 0.3/2
         print bottoms
-        r = plt.barh(bottoms, resmat[:,i][::-1]/resmat[:,-1][::-1], width,
+        r = plt.barh(bottoms, resmat[:,i]/resmat[:,-1], width,
                      color=str(1. / (len(labels) - 1) * i))
         legend[0].append(r[0])
         legend[1].append(l)
diff --git a/talk/dls2012/benchmarks/result.pdf b/talk/dls2012/benchmarks/result.pdf
index 67365373d6906358d1761991a0c7665a93c8213e..02f7d1a7a84e10af3336b337b45e2ad37a6915a4
GIT binary patch

[cut]



More information about the pypy-commit mailing list