Orange
(Built-in Mathematica Symbol) Orange represents the color orange in graphics or style specifications.
Pink
(Built-in Mathematica Symbol) Pink represents the color pink in graphics or style specifications.
Purple
(Built-in Mathematica Symbol) Purple represents the color purple in graphics or style specifications.
Yellow
(Built-in Mathematica Symbol) Yellow represents the color yellow in graphics or style specifications.
Plot
(Built-in Mathematica Symbol) Plot[f, {x, x_min, x_max}] generates a plot of f as a function of x from x_min to x_max. Plot[{f_1, f_2, ...}, {x, x_min, x_max}] plots several functions f_i.
ContourPlot in the built-in Mathematica kernel now accepts equations.
Dashing
(Built-in Mathematica Symbol) Dashing[{r_1, r_2, ...}] is a two-dimensional graphics directive specifying that lines that follow are to be drawn dashed, with successive segments of lengths r_1, r_2, ... ...
The new two-parameter form of ParametricPlot now provides the functionality of Graphics`ComplexMap`.
Epilog
(Built-in Mathematica Symbol) Epilog is an option for graphics functions that gives a list of graphics primitives to be rendered after the main part of the graphics is rendered.
ParametricPlot3D[{f_x, f_y, f_z}, {u, u_min, u_max}] produces a three-dimensional space curve parametrized by a variable u which runs from u_min to u_max. ...