On 2/2/06, Herbert Voss <[EMAIL PROTECTED]> wrote: > >>>This may be a bit out of topic. I have a matrix of ones and zeros with > >>>which I would like to produce a picture in such a way that the ones > >>>would be represented in black, say, and the zeros in yellow. Does > >>>somebody know of a program (for Linux) to create my picture? > >> > >>what kind of matrix? > > > > An example follows: > > > > x\y 0.1 0.2 0.3 > > 0.1 1 0 1 > > 0.2 0 1 1 > > 0.3 1 1 0 > > > > but my matrix is much larger, i.e., with many more rows and columns. > > hope, this helps
Thanks, Herbert. That is a beautiful example, but it does not correspond to what I mean. I admit that it is my fault, as it seems that I was not clear enough. I will try to be clearer now. Imagine that you need to draw a circumference, and that you are given only a set of hundreds and hundreds of points (x,y) belonging to the circumference. Furthermore, suppose that you are unable to determine the circumference equation. My problem is similar to the one just described: I have hundreds of points in the form (x,y) that I want to display in an appropriate rectangle, along the same lines as one draws level curves. Is it now clear? Paul