From 09e64fdb5b06e57b17c46f4bd1dc4ee4baadc4a2 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Mon, 5 Mar 2012 11:23:01 -0800 Subject: Correct frame frequency label --- data/combined/graphs/plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/combined/graphs/plots.py') diff --git a/data/combined/graphs/plots.py b/data/combined/graphs/plots.py index a60d85f..6fbf7e9 100755 --- a/data/combined/graphs/plots.py +++ b/data/combined/graphs/plots.py @@ -48,7 +48,7 @@ plt.bar(y,x/x.sum()*100,width=width,linewidth=0,color="lightgreen") plt.xlim(0.8,26) plt.xticks([i+width/2. for i in range(1,len(x),5)], range(1,len(x),5)) plt.xlabel("Individual") -plt.ylabel("Frame ratio [%]") +plt.ylabel("Frequency [%]") plt.ylim(0,17) plt.savefig(os.path.join(out_dir,"frames.pdf"),bbox_inches="tight",pad_inches=0.05) -- cgit v1.2.3-70-g09d2