Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
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
visad
archives: