The unified architecture of Mathematica is highly extensible, allowing you to connect to other systems and programs. Using the MathLink communication protocol, which operates ...
The Structure of Graphics Two-Dimensional Graphics Elements Graphics Directives and Options
Frame
(Built-in Mathematica Symbol) Frame is an option for Graphics, Grid, and other constructs that specifies whether to include a frame.
These "How tos" give step-by-step instructions for common tasks related to editing and manipulating graphics in Mathematica .
You can rotate 3D graphics with your mouse. Move the pointer over the 3D graphic. The pointer changes to the 3D rotate pointer GraphicsBox[RasterBox[CompressedData[ ]], ...
Animate Selected Graphics animates graphics in a selection of cells, typically a cell group.
Mathematica allows convenient discovery and customization of all aspects of its system setup.
ContourPlot[f, {x, x_min, x_max}, {y, y_min, y_max}] generates a contour plot of f as a function of x and y. ContourPlot[f == g, {x, x_min, x_max}, {y, y_min, y_max}] plots ...
Drawing Tools opens the 2D Drawing palette to create and edit graphics.
Deploy
(Built-in Mathematica Symbol) Deploy[expr] yields a deployed version of expr in which elements such as Slider, InputField, Locator, and Button are active, but general editing and selection is disabled.