view docs/spec/fv5.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
\foreach \y/\col in {0/33,0.2/8,0.4/71,0.6/57,0.8/28} {
  \fill[black!\col!white] ($(-0.1,0)+(0,\y)$) rectangle ($(0.1,0.2)+(0,\y)$);
}