From 133344b3a5b6d027fddec7992e998186ac3a145c Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 20 Oct 2013 20:32:16 +0200 Subject: [PATCH] Documented the new options affecting chart colours --- doc/invoking.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/invoking.texi b/doc/invoking.texi index 039a2ad4aa..a9681b1c67 100644 --- a/doc/invoking.texi +++ b/doc/invoking.texi @@ -302,6 +302,16 @@ Specify @code{none} to disable chart output. Charts are always disabled if your installation of @pspp{} was compiled without the Cairo library. +@item @option{-O foreground-color=@var{color}} +@itemx @option{-O background-color=@var{color}} +Sets @var{color} as the color to be used for the background or foreground to +be used for charts. +Color should be given in the format @code{#@var{RRRR}@var{GGGG}@var{BBBB}}, +where @var{RRRR}, @var{GGGG} and @var{BBBB} are 4 character hexadecimal +representations of the red, green and blue components respectively. +If charts are disabled, this option has no effect. + + @item @option{-O paginate=@var{boolean}} If set, @pspp{} writes an ASCII formfeed the end of every page. Default: @code{off}. -- 2.30.2