1PLSMEM(3plplot) PLplot API PLSMEM(3plplot)
2
3
4
6 plsmem - Set the memory area to be plotted
7
9 plsmem(maxx, maxy, plotmem)
10
12 Set the memory area to be plotted (with the mem driver) as the dev mem‐
13 ber of the stream structure. Also set the number of pixels in the mem‐
14 ory passed in plotmem, which is a block of memory maxy by maxx by 3
15 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
24 maxx (PLINT, input)
25 Size of memory area in the X coordinate.
26
27 maxy (PLINT, input)
28 Size of memory area in the Y coordinate.
29
30 plotmem (void *, input)
31 Pointer to the beginning of the user-supplied memory area.
32
33
35 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
36 man page was automatically generated from the DocBook source of the
37 PLplot documentation, maintained by Alan W. Irwin and Rafael
38 Laboissiere.
39
41 PLplot documentation at http://plplot.sourceforge.net/resources.
42
43
44
45 July, 2010 PLSMEM(3plplot)