annotate docs/spec/track-feature-vectors.tikz @ 601:82d23418d867

Fix some fd leaks in the command-line binary Strictly speaking, they're not really leaks, because the only codepath that suffers from these leaks exits immediately afterwards. On the other hand, this fix makes valgrind on e.g. tests/0025 happier, going from 5 errors to none.
author mas01cr
date Fri, 14 Aug 2009 16:39:32 +0000
parents 5a248cedd3e9
children
rev   line source
mas02md@547 1 \input interval-index.tikz
mas02md@547 2 \input segmented-track.tikz
mas02md@547 3 % \foreach \x in {-2.5,-2,-1.4,-0.5,0,0.8,1.3,1.8} {
mas02md@547 4 % \begin{scope}[xshift=\x cm,yshift=-0.4 cm]
mas02md@547 5 \foreach \x/\f in {-1.8/fv0,-1.4/fv1,-1.0/fv2,-0.6/fv3,-0.2/fv4,0.2/fv5,0.6/fv6,1.0/fv7} {
mas02md@547 6 \begin{scope}[yshift=1.1 cm,xshift=\x cm]
mas02md@547 7 \input \f.tikz
mas02md@547 8 \end{scope}
mas02md@547 9 }
mas02md@547 10 \foreach \x in {-1.8,-1.4,...,1.1} {
mas02md@547 11 \begin{scope}[xshift=\x cm,yshift=1.1 cm]
mas02md@547 12 \draw (-0.1,0) rectangle (0.1,1);
mas02md@547 13 \foreach \y in {0.2,0.4,0.6,0.8} {
mas02md@547 14 \draw (-0.1,\y) -- (0.1,\y);
mas02md@547 15 }
mas02md@547 16 \end{scope}
mas02md@547 17 }
mas02md@547 18 \begin{scope}[yshift=1.1 cm]
mas02md@547 19 \draw[<->,>=stealth] (-2.1,0) -- (-2.1,1);
mas02md@547 20 \draw node at (-2.4,0.5) {$d$};
mas02md@547 21 \end{scope}