
plspage: Set page parameters 

DESCRIPTION:

    This function is used in examples 14 and 31. 

SYNOPSIS:

plspage(xp, yp, xleng, yleng, xoff, yoff)

ARGUMENTS:

    xp (PLFLT, input) :    Number of pixels/inch (DPI), x. 

    yp (PLFLT, input) :    Number of pixels/inch (DPI), y. 

    xleng (PLINT , input) :    Page length, x. 

    yleng (PLINT, input) :    Page length, y. 

    xoff (PLINT, input) :    Page offset, x. 

    yoff (PLINT, input) :    Page offset, y. 
