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

plsdidev - Set parameters that define current device-space window

Arguments

mar (PLFLT(3plplot), input)
              Relative margin width.

       aspect (PLFLT(3plplot), input)
              Aspect ratio.

       jx (PLFLT(3plplot), input)
              Relative justification in x. Value must lie in the range -0.5 to 0.5.

       jy (PLFLT(3plplot), input)
              Relative justification in y. Value must lie in the range -0.5 to 0.5.

Authors

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

Description

       Set  relative  margin  width,  aspect  ratio, and relative justification that define current device-space
       window.  If you want to just use the previous value for any of  these,  just  pass  in  the  magic  value
       PL_NOTSET.  It  is  unlikely  that  one should ever need to change the aspect ratio but it's in there for
       completeness. If plsdidev(3plplot) is not called the default values of mar, jx, and jy are all 0.  aspect
       is set to a device-specific value.

       Redacted form: plsdidev(mar,aspect,jx,jy)

       This function is used in example 31.

Name

plsdidev - Set parameters that define current device-space window

See Also

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

                                                   July, 2025                                  PLSDIDEV(3plplot)

Synopsis

plsdidev(mar, aspect, jx, jy)

See Also