|
From: Tait <gnu...@t4...> - 2012-10-20 04:24:12
|
> I am trying to achieve the effect putting the key on some white background > although there is originally some plots there. How can I possibly do that? > I tried to define a region and then clear it within mutliplot, but that > area is always overwritten by the following plots, and thus cannot be > whiten out. This should happen automatically already? I'd first pursue why it's not working as-is, but an alternative approach is to define an opaque, filled rectangle and place it behind the key. See "help set object". |