Scroll to navigation

PLGPAGE(3plplot) PLplot API PLGPAGE(3plplot)

NAME

plgpage - Get page parameters

SYNOPSIS

plgpage(p_xp, p_yp, p_xleng, p_yleng, p_xoff, p_yoff)

DESCRIPTION

Gets the current page configuration. The length and offset values are expressed in units that are specific to the current driver. For instance: screen drivers will usually interpret them as number of pixels, whereas printer drivers will usually use mm.

Redacted form: plgpage(p_xp, p_yp, p_xleng, p_yleng, p_xoff, p_yoff)

This function is used in examples 14 and 31.

ARGUMENTS

Returned value of the number of pixels/inch (DPI) in x.
Returned value of the number of pixels/inch (DPI) in y.
Returned value of the x page length.
Returned value of the y page length.
Returned value of the x page offset.
Returned value of the y page offset.

AUTHORS

Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.

SEE ALSO

PLplot documentation at http://plplot.org/documentation.php.

January, 2024