diff options
| -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 |
