.\" This page was automatically generated. Do not edit! .\" .TH PLSMEMA 3plplot "August, 2012" "" "PLplot API" .SH NAME \fBplsmema\fP - Set the memory area to be plotted (RGBA) .SH SYNOPSIS \fBplsmema\fP(\fImaxx\fP, \fImaxy\fP, \fIplotmem\fP) .SH DESCRIPTION .P 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 \fIplotmem\fP, which is a block of memory \fImaxy\fP by \fImaxx\fP by 4 bytes long, say: 480 x 640 x 4 (Y, X, RGBA) .P This memory will have to be freed by the user! .P Redacted form: \fBplsmema(maxx, maxy, plotmem)\fP .P This function is not used in any examples. .SH ARGUMENTS .TP \fImaxx\fP (PLINT, input) Size of memory area in the X coordinate. .TP \fImaxy\fP (PLINT, input) Size of memory area in the Y coordinate. .TP \fIplotmem\fP (void *, input) Pointer to the beginning of the user-supplied memory area. .SH AUTHORS Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. .SH SEE ALSO PLplot documentation at http://plplot.sourceforge.net/resources.