Background
Usage
• Background 是指明使用的背景颜色的一个选项。
Notes
• Background 是图形函数Text, Cell 和 ButtonBox的一个选项。 • Background 在图形函数中的设置必须是一个指定的CMYKColor, GrayLevel, Hue 或RGBColor。 • 图形函数中的缺省设置是 Background->Automatic, 这个函数在大多数输出设备上产生一个白色背景。 • 在 Text中, Background->None 在文本周围没有正方形的背景, Background->Automatic 以和整个图形相同的颜色画一个正方形的背景。 • 在一个单元中,背景仅对在单元框架中的区域使用。
Further Examples
This gives a gray background to the plot. Evaluate the cell to see the graphic.
In[1]:=
|
|