Option Background in plot command / 2nd inquiry
- To: mathgroup at smc.vnet.net
- Subject: [mg38703] Option Background in plot command / 2nd inquiry
- From: Frank Brand <frank.brand at t-online.de>
- Date: Mon, 6 Jan 2003 03:42:39 -0500 (EST)
- References: <aur8cj$8es$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Dear newsgroup members,
unfortunately there was no response concerning my answer how to avoid an
effect when using the plot command with option background and a
different background color instead of white. All postings describing the
correct use of options didn´t help.
Frank
Frank Brand wrote:
> Dear newsgroup members,
>
> perhaps this is a very simple question.
>
> Imagine you execute the following command
>
> Plot[x^2, {x, -5, 5}, PlotLabel -> "XYZ"]
>
> within a notebook with chosen background as RGBColor[0,0,1] via option
> inspector\notebook options\display options (scope notebook).
>
> The result is a plot where the rectangular space of the plot label
> remains white.
>
> How can I control this (strange) behavior? I thought that automatically
> the color of this area should be the same as the background color of the
> plot controlled by
> Plot[x^2, {x, -5, 5}, PlotLabel -> "XYZ", Background->GrayLevel[0.8]].
>
> Any ideas? Thanks in advance
> Frank
>
>