Changeset 12340
- Timestamp:
- 07/05/09 20:23:47 (7 months ago)
- Location:
- trunk/documents/theses/dstn/figs-kdtree
- Files:
-
- 1 added
- 2 modified
- 1 moved
-
apply-perm-fig.pdf (added)
-
apply-perm-fig.tex (moved) (moved from trunk/documents/theses/dstn/apply-perm-fig.tex) (2 diffs, 1 prop)
-
kdfigs-tikz.tex (modified) (2 diffs)
-
permute-fig.tex (modified) (1 diff)
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} 3 2 \setpagesize{\applypermfigwidth}{\applypermfigheight} 4 3 \begin{document}% 5 4 \thispagestyle{empty}% 6 5 \begin{center}% 7 \begin{tikzpicture}[>=latex, scale=0.6] 6 \newcommand{\myscale}{0.8} 7 \begin{tikzpicture}[>=latex, scale=\myscale] 8 8 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}] 11 11 12 12 \tikzstyle{lab}=[anchor=mid east, inner sep=0] 13 13 14 %\draw [thin,gray] (0,-10) grid (7,0);15 16 14 \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) {% 18 16 \node (L0) {cat}; & \node (L1) {budgie}; & \node (L2) {dog}; & 19 17 \node (L3) {robin}; & \node (L4) {parrot}; & \node (L5) {horse}; \\ 20 18 }; 21 19 22 \begin{scope}[yshift=-3. 5cm]20 \begin{scope}[yshift=-3.7cm] 23 21 24 22 \node [lab] at (-0.1,-0.5) {Permutation array:}; … … 32 30 33 31 \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) {% 35 33 \node (P0) {parrot}; & \node (P1) {budgie}; & \node (P2) {robin}; & 36 34 \node (P3) {dog}; & \node (P4) {cat}; & \node (P5) {horse}; \\ -
trunk/documents/theses/dstn/figs-kdtree/kdfigs-tikz.tex
r12338 r12340 1 1 \input{../tikzfig} 2 2 3 3 %% see getbb.sh to find the bounding-box of the ink in a figure. … … 18 18 19 19 % 217 x 120 20 \newcommand{\applypermfigwidth}{217pt} 21 \newcommand{\applypermfigheight}{120pt} 20 %\newcommand{\applypermfigwidth}{217pt} 21 %\newcommand{\applypermfigheight}{120pt} 22 23 \newcommand{\applypermfigwidth}{300pt} 24 \newcommand{\applypermfigheight}{200pt} 22 25 23 26 % 221 x 91 -
trunk/documents/theses/dstn/figs-kdtree/permute-fig.tex
r12339 r12340 1 \input{../tikzfig}2 1 \input{kdfigs-tikz} 3 2 \setpagesize{\permutefigwidth}{\permutefigheight}
