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

plsvpa - Specify viewport in absolute coordinates

Arguments

xmin (PLFLT(3plplot), input)
              The  distance  of  the  left-hand  edge  of the viewport from the left-hand edge of the subpage in
              millimeters.

       xmax (PLFLT(3plplot), input)
              The distance of the right-hand edge of the viewport from the left-hand  edge  of  the  subpage  in
              millimeters.

       ymin (PLFLT(3plplot), input)
              The  distance  of  the  bottom  edge  of  the  viewport  from  the  bottom  edge of the subpage in
              millimeters.

       ymax (PLFLT(3plplot), input)
              The distance of the top edge of the viewport from the bottom edge of the subpage in millimeters.

Authors

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

Description

       Alternate  routine  to  plvpor(3plplot) for setting up the viewport.  This routine should be used only if
       the viewport is required to have a definite size in millimeters.  The routine plgspa(3plplot)  is  useful
       for finding out the size of the current subpage.

       Redacted form: plsvpa(xmin,xmax,ymin,ymax)

       This function is used in example 10.

Name

plsvpa - Specify viewport in absolute coordinates

See Also

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

                                                   July, 2025                                    PLSVPA(3plplot)

Synopsis

plsvpa(xmin, xmax, ymin, ymax)

See Also