Mathematica > Visualization and Graphics > Data Visualization > Annotating & Combining Graphics > Combining Graphics > Show >
Mathematica > Visualization and Graphics > Function Visualization > Annotating & Combining Graphics > Combining Graphics > Show >
Mathematica > Visualization and Graphics > Data Visualization > Function Visualization > Annotating & Combining Graphics > Combining Graphics > Show >

Show

Show
shows graphics with the specified options added.
Show
shows several graphics combined.
  • Show allows any option that can be applied to graphics to be given.
  • Options explicitly specified in Show override those included in the graphics expression.
  • Show or Show concatenates the graphics primitives in the , effectively overlaying the graphics.
  • The lists of non-default options in the are concatenated.
  • Show applies the function defined as the setting for DisplayFunction, and returns the result. For ordinary notebook operation, this function is just Identity.
Combine the plot of a curve with the plot of a list:
Combine the density plot with the contour plot:
Change options for existing graphics:
Combine the plot of a curve with the plot of a list:
In[1]:=
Click for copyable input
Out[1]=
 
Combine the density plot with the contour plot:
In[1]:=
Click for copyable input
Out[1]=
 
Change options for existing graphics:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
Import an elevation map and take a part of it:
Draw a relief-shaded map:
Draw contour lines:
Combine two plots:
Show uses the options from the first graphic:
To see the entire graphic, use PlotRange->All:
New in 1 | Last modified in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF