On Mon, Jun 15, 2009 at 2:25 PM, David Gillard wrote:
> I'm new to plplot. I noticed that the background color is not being changed
> when the device is set to 'mem'.
(resending to the mailing list)
Welcome to PLplot!
The mem driver leaves the provided memory space as-is in case this
memory alre
I'm new to plplot. I noticed that the background color is not being changed
when the device is set to 'mem'. So far as I can tell, this is because pl_bop
isn't doing anything; look at plD_bop_mem in drivers/mem.c . So I changed
plD_bop_mem as follows:
void plD_bop_mem(PLStream *pls)
{
int i;