1PLSMEMA(3plplot) PLplot API PLSMEMA(3plplot)
2
3
4
6 plsmema - Set the memory area to be plotted (RGBA)
7
9 plsmema(maxx, maxy, plotmem)
10
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
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
36 Many developers (who are credited at http://plplot.org/credits.php)
37 have contributed to PLplot over its long history.
38
40 PLplot documentation at http://plplot.org/documentation.php.
41
42
43
44 August, 2019 PLSMEMA(3plplot)