logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

plgvpd - Get viewport limits in normalized device coordinates

Arguments

p_xmin (PLFLT_NC_SCALAR(3plplot), output)
              Returned value of the lower viewport limit of the normalized device coordinate in x.

       p_xmax (PLFLT_NC_SCALAR(3plplot), output)
              Returned value of the upper viewport limit of the normalized device coordinate in x.

       p_ymin (PLFLT_NC_SCALAR(3plplot), output)
              Returned value of the lower viewport limit of the normalized device coordinate in y.

       p_ymax (PLFLT_NC_SCALAR(3plplot), output)
              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.

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.

Name

plgvpd - Get viewport limits in normalized device coordinates

See Also

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

                                                   July, 2025                                    PLGVPD(3plplot)

Synopsis

plgvpd(p_xmin, p_xmax, p_ymin, p_ymax)

See Also