When you set up a graphics object in Mathematica, you typically give a list of graphical elements. You can include in that list graphics directives which specify how ...
ControllerLinking is an option for Manipulate, Graphics3D, Plot3D, and related functions that specifies whether to allow interactive control by external controllers.
The symbolic character of Mathematica graphics makes it straightforward to combine together different graphics constructs, both for presentation and interactive behavior—and ...
RescalingTransform[{{x_min, x_max}, {y_min, y_max}, ...}, {{xp_min, xp_max}, ...}] gives a TransformationFunction that rescales the region with coordinate ranges x_min to ...
Mathematica 's unified symbolic graphics architecture makes it possible to mix programmatic graphics generation with interactive editing and control. The Mathematica Drawing ...
Mathematica offers great flexibility for adding text to graphics; you can add text interactively using the Drawing Tools palette or programmatically using various graphics ...
At the core of Mathematica's graphics language are geometrical objects, represented succinctly and efficiently by simple symbolic constructs —to which all of Mathematica's ...
Basic two-dimensional graphics elements. Here is a line primitive. This shows the line as a two-dimensional graphics object.
Mathematica 6.0 represented one of the world's most advanced software engineering endeavors. Building on Mathematica's symbolic programming foundations, a series of software ...
Mathematica allows any front end command to be executed programmatically from within the kernel by sending an appropriate front end token. There are tokens for all standard ...