Monday, October 30, 2006

PGPLOT background color

Since I never remember how to make sure the background color is white in PGPLOT and PLT plots here are two ways to do it.

1. setenv PGPLOT_BACKGROUND white
setenv PGPLOT_FOREGROUND black


2. PLT> scr w
which is a quick alias for
PLT> scr 0 1 1 1
PLT> scr 1 0 0 0

Keywords: HEAsoft, PLT, PGPLOT

No comments: