Show
Usage
• Show[graphics, options] 使用指定可选项显示二维和三维图形.
• Show[ , , ... ] 同时显示几个图形.
Notes
• Show 可以同 Graphics, Graphics3D, SurfaceGraphics, ContourGraphics, DensityGraphics 和 GraphicsArray 一起使用. • 在Show中显式指定的可选项将覆盖在图形子表达式中所包含的选项. • 当图形被组合起来时,非缺省可选项列表是连在一起的.
• Show类似于图形的Print. DisplayFunction选项确定了所使用的实际输出. • 象Plot 一样的函数自动把Show应用到它们生成的图形表达式上.
Further Examples
Show can be used to combine plots and reset options without having to do any recalculation. Evaluate the cells to see the graphics.
In[1]:=
|
In[2]:=
|
In[3]:=
|
In[4]:=
|
|