Mark¶
Mark defines the type of geometry a visualization should use. Currently mark can be either
hkw.mark.Surface
, hkw.mark.Curve
or hkw.mark.Point
.
- Surface: The surface mark indicates the geometry represents a 3D surface.
- Curve: The curve mark indicates the geometry represents a set of 3D curves.
- Point: The point mark indices the geometry represents a set of 3D points.
Here is an example of specifying the mark.