Pixel image

mainprogram mzpt03.f subroutine pixel2(nx, ny, xb, yb, x1, y1, ipx0, ico, icc, zcc, u) Description: This program draws a image of the two-dimensional data u (nx*ny) by giving position in the origin and length of one side, data number, colored code in the pixel image. Input variable: nx : Data number of the x direction ny : Data number of the y direction xb : The x coordinate of the origin xl : The length of the x direction yl : The length of the y direction ipx0 : 3=rgb color, 4=rgb color and transparency can be set ico : color code [1,7] icc : Picture is drawn in the 1=xy plane, 2=xz plane, 3=yz plane zcc : The position in chosen plane u (nx*ny) : Input data Drawing example: mzpt03.wrl