Re: Both Points and lines to be displayed.

> I am new to Visad. have created a geometry by using
> Gridded2DSet and with manifold dimension 1. I can see
> the geometry formed but, i want the end points of the
> line also to be visible with greater pixel size. I
> want both lines and points to be visible. Please
> suggest me.

For the end pojnts, create two RealTuple data objects and link
them to the display. For the larger sizes, include a ConstantMap
to PointSize in the call to addReferences().

Good luck,
Bill