projects
/
neurodebian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b6dd52
)
Move legend.
author
Michael Hanke
<michael.hanke@gmail.com>
Wed, 18 May 2011 14:02:24 +0000
(10:02 -0400)
committer
Michael Hanke
<michael.hanke@gmail.com>
Wed, 18 May 2011 14:02:24 +0000
(10:02 -0400)
survey/makestats
patch
|
blob
|
history
diff --git
a/survey/makestats
b/survey/makestats
index 0a790547e88d94848a117e5f6ee179bda7f81abf..708e459ba83997ab14698a76e34e9c5fd353694a 100755
(executable)
--- a/
survey/makestats
+++ b/
survey/makestats
@@
-242,7
+242,7
@@
def mkpic_time_per_env(db, destdir):
pl.barh(x, stat, left=bottoms, color=time_colors[i],
label=db.get_nice_name(t), height=.6)
bottoms += stat
- pl.legend(loc='
center
left')
+ pl.legend(loc='
top
left')
pl.yticks(x + 0.2, env_names)
pl.ylim(-0.4, len(envs))
pl.title("Research activity time by environment")