DESIGN (xvisual) functions
LIBRARY ROUTINE
xvw_create_plot2d - create a 2D plot object
LIBRARY CALL
xvobject xvw_create_plot2d(
xvobject parent,
char *name)
INPUT
- parent - the parent object; NULL will cause a
default toplevel to be created automatically
- name - a name for this particular instance of the 2D plot
object (for use in app-defaults files, etc)
OUTPUT
none
RETURN VALUE
Returns the created 2D plot xvobject, or NULL upon failure
DESCRIPTION
A 2D plot object is used to display a 2D plot.
A variety of plot types are supported, including
line plots, discrete plots, bar graphs, polymarker
plots, linemarker plots, and colormarker plots.
The 2D plot object is generally used in conjunction
with a 2D axis object, where both are created as children
of an area object so that a coordinated world coordinate
view is automatically supported.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvisual/src/Plot2D.c
SEE ALSO
xvisual(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.