diff options
Diffstat (limited to 'thesis/reg-alloc.tex')
-rw-r--r-- | thesis/reg-alloc.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/thesis/reg-alloc.tex b/thesis/reg-alloc.tex index 5918b59..83ec773 100644 --- a/thesis/reg-alloc.tex +++ b/thesis/reg-alloc.tex @@ -199,7 +199,8 @@ This is much more complicated, and for a rough estimate the simplistic method us \begin{tikzpicture} \begin{axis} [ anchor=south east - , height=.4\linewidth + , height=.25\linewidth + , width=.45\linewidth , xbar , xmin=0, xmax=6000000 , xlabel={Bytes} @@ -211,7 +212,7 @@ This is much more complicated, and for a rough estimate the simplistic method us , nodes near coords, nodes near coords align=west , reverse legend , every axis plot/.append style={point meta=explicit symbolic} - , legend style={at={($(1,-0.3)+(1.5em,0pt)$)},anchor=north,legend columns=-1} + , legend style={at={($(1,-0.5)+(1.5em,0pt)$)},anchor=north,legend columns=-1} ] \addplot coordinates { (3785144,0) [80.7\%] }; \addplot coordinates { (3827868,0) [81.6\%] }; @@ -221,7 +222,8 @@ This is much more complicated, and for a rough estimate the simplistic method us \end{axis} \begin{axis} [ anchor=south west - , height=.4\linewidth + , height=.25\linewidth + , width=.45\linewidth , xshift=3em , xbar , xmin=0, xmax=80000 |