How can I set the background of a plot to a custom color?
Example: -- using overlapping viewports
! Use identical viewports "full" (predefined) and "full2" define view full2 ! Set the background color set view full go magnify 1000 shade/i=1:2/j=1:2/palette=red/nolabels/nokey 0*(i+j) ! Now make your plot in the viewport "full2" set view full2 go ptest
Last modified: Dec 3, 1998