The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 16. The Common API for PLplot | Next |
plsmem
: Set the memory area to be plotted
Set the memory area to be plotted (with the "mem" 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 3 bytes long, say: 480 x 640 x 3 (Y, X, RGB)
This memory will be freed by the user!
|