Ignore:
Timestamp:
07/05/2009 08:23:47 PM (14 months ago)
Author:
dstn
Message:

touch up apply-perm fig

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/documents/theses/dstn/figs-kdtree/apply-perm-fig.tex

    r11961 r12340  
    1 \input{tikzfig} 
    2 \input{kdfigs} 
     1\input{kdfigs-tikz} 
    32\setpagesize{\applypermfigwidth}{\applypermfigheight} 
    43\begin{document}% 
    54\thispagestyle{empty}% 
    65\begin{center}% 
    7 \begin{tikzpicture}[>=latex, scale=0.6] 
     6\newcommand{\myscale}{0.8} 
     7\begin{tikzpicture}[>=latex, scale=\myscale] 
    88 
    9   \tikzstyle{vec}=[row sep=0, column sep=-0.4pt, inner sep=0, outer sep=0, 
    10     anchor=north west, nodes={draw, black, minimum size=0.6cm, inner sep=0, outer sep=0}] 
     9  \tikzstyle{vec}=[row sep=0, column sep=0, inner sep=0, outer sep=0, draw=black, 
     10    anchor=north west, nodes={line width=0pt, draw, black, minimum size=\myscale cm, inner sep=0, outer sep=0}] 
    1111 
    1212  \tikzstyle{lab}=[anchor=mid east, inner sep=0] 
    1313 
    14   %\draw [thin,gray] (0,-10) grid (7,0); 
    15  
    1614  \node [lab] at (-0.1,-1) {Original label array:}; 
    17   \node [matrix, vec, nodes={rotate=90, minimum width=1.2cm}] (labelA) at (0,0) {% 
     15  \node [matrix, vec, nodes={rotate=90, minimum width=1.5cm}] (labelA) at (0,0) {% 
    1816    \node (L0) {cat}; & \node (L1) {budgie}; & \node (L2) {dog}; & 
    1917    \node (L3) {robin}; & \node (L4) {parrot}; & \node (L5) {horse}; \\ 
    2018  }; 
    2119 
    22   \begin{scope}[yshift=-3.5cm] 
     20  \begin{scope}[yshift=-3.7cm] 
    2321 
    2422    \node [lab] at (-0.1,-0.5) {Permutation array:}; 
     
    3230 
    3331      \node [lab] at (-0.1,-1) {Permuted label array:}; 
    34       \node [matrix, vec, nodes={rotate=90, minimum width=1.2cm}] (labelA) at (0,0) {% 
     32      \node [matrix, vec, nodes={rotate=90, minimum width=1.5cm}] (labelA) at (0,0) {% 
    3533        \node (P0) {parrot}; & \node (P1) {budgie}; & \node (P2) {robin}; & 
    3634        \node (P3) {dog}; & \node (P4) {cat}; & \node (P5) {horse}; \\ 
Note: See TracChangeset for help on using the changeset viewer.