usage: xflat2d [-h] Displays animations of two dimensional binary lattices. xflat2d expects the following formated input on standard input: ! Dimensions of lattice ! First display time ... ! Lattice values ... . . . ... ! Second input time ... ! Lattice values ... . . . ... . . . All inputs must be integers, except for the times which can be real-valued. Positive lattice values are rendered as white rectangles, zero or negative values are displayed as blue rectangles. Lattice positions (1,1) and (nx,ny) correspond to the upper left and lower right positions of the display area respectively. Input is stream oriented so carriage returns are effectively ignored. Thus for example, the lattice values at a given time could appear on a single line, one per line, one row per line etc.