view docs/spec/track.tikz @ 557:d3c96cbb91e3

INDEXING: fixed reverse-lookup roundoff error when data gets very large. Computation of offset was lacking an essential cast to off_t.
author mas01mc
date Fri, 20 Feb 2009 19:08:45 +0000
parents 5a248cedd3e9
children
line wrap: on
line source
\draw[thick] (-2.5,-0.2) rectangle (2.5,0.2);
\draw plot[domain=-2.4:2.4,samples=250] (\x, {0.15*sin(9.2*\x r)});