int DrawTensorContour(Draw win,int m,int n,const double xi[],const double yi[],Scalar *v)Collective on Draw, but Draw must be sequential
win | - the window to draw in |
m,n | - the global number of mesh points in the x and y directions |
xi,yi | - the locations of the global mesh points (optional, use PETSC_NULL to indicate uniform spacing on [0,1]) |
V | - the values |
-draw_x_shared_colormap | - Indicates use of private colormap |
-draw_contour_grid | - Draws grid contour |
Level:intermediate
Location:src/sys/src/draw/interface/dtri.c
Graphics (Draw) Index
Table of Contents