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

plgdidev - Get parameters that define current device-space window

Arguments

p_mar (PLFLT_NC_SCALAR(3plplot), output)
              Returned value of the relative margin width.

       p_aspect (PLFLT_NC_SCALAR(3plplot), output)
              Returned value of the aspect ratio.

       p_jx (PLFLT_NC_SCALAR(3plplot), output)
              Returned value of the relative justification in x.

       p_jy (PLFLT_NC_SCALAR(3plplot), output)
              Returned value of the relative justification in y.

Authors

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

Description

       Get  relative  margin  width,  aspect  ratio, and relative justification that define current device-space
       window. If plsdidev(3plplot) has not been called the default values pointed to by p_mar, p_aspect,  p_jx,
       and p_jy will all be 0.

       Redacted form: plgdidev(p_mar,p_aspect,p_jx,p_jy)

       This function is used in example 31.

Name

plgdidev - Get parameters that define current device-space window

See Also

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

                                                   July, 2025                                  PLGDIDEV(3plplot)

Synopsis

plgdidev(p_mar, p_aspect, p_jx, p_jy)

See Also