|
SOLUTIONS
|
Mathematica
>
Visualization and Graphics
>
Data Visualization
>
Annotating & Combining Graphics
>
Combining Graphics
>
Prolog
BUILT-IN MATHEMATICA SYMBOL
Prolog
Prolog
is an option for graphics functions which gives a list of graphics primitives to be rendered before the main part of the graphics is rendered.
DetailsDetails
- Graphics primitives specified by Prolog are rendered after axes, boxes, and frames are rendered.
- In three-dimensional graphics, two-dimensional graphics primitives can be specified by the Prolog option. The graphics primitives are rendered in a 0, 1 coordinate system.
- Directives specified by Prolog affect only the prolog, and not other contents of a graphic.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
Draw a disk behind the plot of a quadratic function:
| In[1]:= |
| Out[1]= | ![]() |
Draw a bar chart using rectangles behind ListLinePlot:
| In[1]:= |
| In[2]:= |
| Out[2]= | ![]() |
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



