
plsmema: Set the memory area to be plotted (RGBA) 

DESCRIPTION:

    This function is not used in any examples. 

SYNOPSIS:

plsmema(maxx, maxy, plotmem)

ARGUMENTS:

    maxx (PLINT, input) :    Size of memory area in the X coordinate. 

    maxy (PLINT, input) :    Size of memory area in the Y coordinate. 

    plotmem (void *, input) :     Pointer to the beginning of the
    user-supplied memory area. 
