Scroll to navigation

PLGVPD(3plplot) PLplot API PLGVPD(3plplot)

NAME

plgvpd - Get viewport limits in normalized device coordinates

SYNOPSIS

plgvpd(p_xmin, p_xmax, p_ymin, p_ymax)

DESCRIPTION

Get viewport limits in normalized device coordinates.

Redacted form: General: plgvpd(p_xmin, p_xmax, p_ymin, p_ymax)

This function is used in example 31.

ARGUMENTS

Returned value of the lower viewport limit of the normalized device coordinate in x.
Returned value of the upper viewport limit of the normalized device coordinate in x.
Returned value of the lower viewport limit of the normalized device coordinate in y.
Returned value of the upper viewport limit of the normalized device coordinate in y.

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