/* Demonstration of contour plotting */ #define NPTS 41 float tr[6] = {0.05, 0.0, -1.05, 0.0, 0.05, -1.05}; static float clevel[11] = {-1.,-.8,-.6,-.4,-.2,0,.2,.4,.6,.8,1.}; static int mark=1500, space=1500; main() { int i, j; float xx, yy; float z[NPTS][NPTS], w[NPTS][NPTS]; void xform(); for (i=0; i