From 0e66c71a4a9a7fba9389a88a3fea00c706947d31 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 10 Mar 2010 01:58:02 +0100 Subject: [PATCH] tex: Style PCA analysis figure --- tex/gostyle.tex | 9 ++++++++- tex/makefile | 5 ++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/tex/gostyle.tex b/tex/gostyle.tex index 5328d82..c266042 100644 --- a/tex/gostyle.tex +++ b/tex/gostyle.tex @@ -844,7 +844,14 @@ Chen Yaoye & $6.0 \pm 1.0$ & $4.0 \pm 1.0$ & $6.0 \pm 1.0$ & $5.5 \pm \subsection{Style Components Analysis} -PCA analysis yielded X, chi-square test... +\begin{figure}[!t] +\centering +\includegraphics[width=3.75in]{style-pca} +\caption{PCA of per-player vectors} +\label{fig:style_pca} +\end{figure} + +PCA analysis yielded X (see Fig. \ref{fig:style_pca}), chi-square test... Kohonen map view. diff --git a/tex/makefile b/tex/makefile index 6d354f0..ce40bde 100644 --- a/tex/makefile +++ b/tex/makefile @@ -1,4 +1,4 @@ -gostyle.dvi: gostyle.tex gostyle.bib strength-pca.eps makefile +gostyle.dvi: gostyle.tex gostyle.bib strength-pca.eps style-pca.eps makefile rm -f gostyle.bbl latex gostyle && bibtex gostyle && latex gostyle && latex gostyle @@ -8,6 +8,9 @@ gostyle.pdf: gostyle.dvi strength-pca.eps: strength-pca.data echo 'set term postscript eps enhanced "Helvetica" 18 size 7,2; set output "'$>'"; set xtics -4 2; set xlabel "rank (-d, +k)" ; set ylabel "first dim." ; plot "'$<'" using 2:3 notitle pointtype 2' | gnuplot +style-pca.eps: style-pca.data + echo 'set term postscript eps enhanced "Helvetica" 16 size 2.5,6; set output "'$>'"; set rmargin 10; set xtics ("0.44" 1, "0.18" 2, "0.074" 3); set xlabel "dimensions"; plot "'$<'" using 2:3:1 notitle with labels font "Arial,10" left offset 0.5,0.5 nopoint' | gnuplot + clean: rm -f gostyle.pdf gostyle.dvi gostyle.bbl gostyle.aux gostyle.log gostyle.blg strength-pca.eps -- 2.11.4.GIT