1PLSMEM(3plplot)                   PLplot API                   PLSMEM(3plplot)
2
3
4

NAME

6       plsmem - Set the memory area to be plotted (RGB)
7

SYNOPSIS

9       plsmem(maxx, maxy, plotmem)
10

DESCRIPTION

12       Set  the memory area to be plotted (with the mem or memcairo driver) as
13       the dev member of the stream structure.  Also set the number of  pixels
14       in  the  memory  passed  in plotmem, which is a block of memory maxy by
15       maxx by 3 bytes long, say: 480 x 640 x 3 (Y, X, RGB)
16
17       This memory will have to be freed by the user!
18
19       Redacted form: plsmem(maxx, maxy, plotmem)
20
21       This function is not used in any examples.
22

ARGUMENTS

24       maxx (PLINT(3plplot), input)
25              Size of memory area in the X coordinate.
26
27       maxy (PLINT(3plplot), input)
28              Size of memory area in the Y coordinate.
29
30       plotmem (PLPointer(3plplot), input)
31              Pointer to the beginning of  a  user-supplied  writeable  memory
32              area.
33
34

AUTHORS

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

SEE ALSO

40       PLplot documentation at http://plplot.org/documentation.php.
41
42
43
44                                  July, 2022                   PLSMEM(3plplot)
Impressum