
plgdiplt: Get parameters that define current plot-space window 

DESCRIPTION:

    This function is used in example 31. 

SYNOPSIS:

plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)

ARGUMENTS:

    p_xmin (PLFLT *, output) :      Pointer to relative minimum in x. 

    p_ymin (PLFLT *, output) :      Pointer to relative minimum in y. 

    p_xmax (PLFLT *, output) :      Pointer to relative maximum in x. 

    p_ymax (PLFLT *, output) :      Pointer to relative maximum in y. 
