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

plsmema - Set the memory area to be plotted (RGBA)

Arguments

maxx (PLINT(3plplot), input)
              Size of memory area in the X coordinate.

       maxy (PLINT(3plplot), input)
              Size of memory area in the Y coordinate.

       plotmem (PLPointer(3plplot), input)
              Pointer to the beginning of a user-supplied writeable memory area.

Authors

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

Description

       Set  the  memory area to be plotted (with the memcairo driver) as the dev member of the stream structure.
       Also set the number of pixels in the memory passed in plotmem, which is a block of memory maxy by maxx by
       4 bytes long, say: 480 x 640 x 4 (Y, X, RGBA)

       This memory will have to be freed by the user!

       Redacted form: plsmema(maxx,maxy,plotmem)

       This function is not used in any examples.

Name

plsmema - Set the memory area to be plotted (RGBA)

See Also

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

                                                   July, 2025                                   PLSMEMA(3plplot)

Synopsis

plsmema(maxx, maxy, plotmem)

See Also