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

NAME

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

SYNOPSIS

9       plsmema(maxx, maxy, plotmem)
10

DESCRIPTION

12       Set the memory area to be plotted (with the memcairo driver) as the dev
13       member of the stream structure. Also set the number of  pixels  in  the
14       memory  passed in plotmem, which is a block of memory maxy by maxx by 4
15       bytes long, say: 480 x 640 x 4 (Y, X, RGBA)
16
17       This memory will have to be freed by the user!
18
19       Redacted form: plsmema(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.source
37       forge.net/credits.php) have contributed to PLplot over  its  long  his‐
38       tory.
39

SEE ALSO

41       PLplot    documentation   at   http://plplot.sourceforge.net/documenta
42       tion.php.
43
44
45
46                                 August, 2017                 PLSMEMA(3plplot)
Impressum