diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2012-03-05 11:23:01 -0800 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2012-03-05 11:23:01 -0800 |
| commit | 09e64fdb5b06e57b17c46f4bd1dc4ee4baadc4a2 (patch) | |
| tree | 411520d7d75d5c3442a7e5370629c108e65491a7 | |
| parent | 73834f5ef1c7be73d054baf4cf5f14a39fef17dc (diff) | |
| download | kinect-09e64fdb5b06e57b17c46f4bd1dc4ee4baadc4a2.tar.gz | |
Correct frame frequency label
| -rwxr-xr-x | data/combined/graphs/plots.py | 2 | ||||
| -rw-r--r-- | graphics/frames.pdf | bin | 10989 -> 10951 bytes |
2 files changed, 1 insertions, 1 deletions
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) diff --git a/graphics/frames.pdf b/graphics/frames.pdf Binary files differindex 2e15ca2..1dc6f3d 100644 --- a/graphics/frames.pdf +++ b/graphics/frames.pdf |
