Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

AW: adding a single point that stands out to a surface plot

Hi Mike,

> how do I go about it without connecting that extra point in with the
> rest of the surface plot?

Try something like

double[] koords = new double[] { x, y, z };
RealTuple tuple = new RealTuple(RealTupleType.SpatialCartesian3DTuple,
koords);

Since a RealTuple is a Data you can link it to a DataReference and add
this reference to your display with appropriate ConstantMaps for setting
the pointsize and the color. Don't forget to add the ScalarMaps for the
RealTupleType.SpatialCartesian3DTuple to your display, e.g.
RealType.XAxis -> Display.XAxis etc.

Hope that helps, Mathias


 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690