NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
> I have a problem with the Gridded1DSet .... > I need to show the triangulation with delaunay, (to make a line between > two points for to show a triangle) > but I don't make this with the Gridded1DSet because it don't receive > equals points To make a Delaunay triangulation use an Irregular2DSet, or an Irregular3DSet with manifold dimension = 2. You can explicitly construct your trianlges in a DelaunayCustom, then pass that as an argument to the IrregularSet constructor. Good luck, Bill
visad
archives: