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

plsdiplz - Set parameters incrementally (zoom mode) that define current plot-space window

Arguments

xmin (PLFLT(3plplot), input)
              Relative (incremental) minimum in x.

       ymin (PLFLT(3plplot), input)
              Relative (incremental) minimum in y.

       xmax (PLFLT(3plplot), input)
              Relative (incremental) maximum in x.

       ymax (PLFLT(3plplot), input)
              Relative (incremental) maximum in y.

Authors

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

Description

       Set relative minima and maxima incrementally (zoom mode) that define the current plot-space window.  This
       function  has  the  same  effect  as  plsdiplt(3plplot)  if that function has not been previously called.
       Otherwise,  this  function  implements  zoom  mode  using  the  transformation  min_used  =   old_min   +
       old_length*min   and  max_used = old_min + old_length*max  for each axis.  For example, if min = 0.05 and
       max = 0.95 for each axis, repeated calls to plsdiplz(3plplot) will zoom in by 10 per cent for each call.

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

       This function is used in example 31.

Name

plsdiplz - Set parameters incrementally (zoom mode) that define current plot-space window

See Also

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

                                                   July, 2025                                  PLSDIPLZ(3plplot)

Synopsis

plsdiplz(xmin, ymin, xmax, ymax)

See Also