DrawTensorContourPatch

Draws a rectangular patch of a contour plot for a two-dimensional array.

Synopsis

int DrawTensorContourPatch(Draw win,int m,int n,double *x,double *y,double max,
                           double min, Scalar *v)
Not Collective

Input Parameters

win - the window to draw in
m,n - the number of local mesh points in the x and y direction
x,y - the locations of the local mesh points
max,min - the maximum and minimum value in the entire contour
v - the data

Options Database Keys

-draw_x_private_colormap -Activates private colormap

Note

This is a lower level support routine, usually the user will callDrawTensorContour().

Keywords

Draw, tensor, contour, vector

See Also

DrawTensorContour()

Location: src/draw/interface/dtri.c
Graphics (Draw) Index
Table of Contents