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

plgdiplt - Get parameters that define current plot-space window

Arguments

p_xmin (PLFLT_NC_SCALAR(3plplot), output)
              Returned value of the relative minimum in x.

       p_ymin (PLFLT_NC_SCALAR(3plplot), output)
              Returned value of the relative minimum in y.

       p_xmax (PLFLT_NC_SCALAR(3plplot), output)
              Returned value of the relative maximum in x.

       p_ymax (PLFLT_NC_SCALAR(3plplot), output)
              Returned value of the relative maximum 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  minima and maxima that define current plot-space window. If plsdiplt(3plplot) has not been
       called the default values pointed to by p_xmin, p_ymin, p_xmax, and p_ymax will be 0., 0., 1., and 1.

       Redacted form: plgdiplt(p_xmin,p_ymin,p_xmax,p_ymax)

       This function is used in example 31.

Name

plgdiplt - Get parameters that define current plot-space window

See Also

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

                                                   July, 2025                                  PLGDIPLT(3plplot)

Synopsis

plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)

See Also