DESIGN (xvisual) functions


LIBRARY ROUTINE

xvw_create_axis2d - create a 2D axis object

LIBRARY CALL

xvobject xvw_create_axis2d(
   xvobject parent,
   char     *name)

INPUT

OUTPUT

none

RETURN VALUE

The 2D axis object on success, NULL on failure

DESCRIPTION

The 2D axis object provides a set of X, Y axes for use with one or more 2D plot objects. In general, the 2D axis object should be set as the visual object which controls the world view of its siblings; specify the 2D axis object as the controlling visual object when setting the XVW_GRAPHICS_ATTACH attributes on its siblings.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$DESIGN/objects/library/xvisual/src/Axis2D.c

SEE ALSO

xvisual(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.