The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 19. The Common API for PLplot | Next |
plsmema
: Set the memory area to be plotted (RGBA)
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.