Mathematica supports import and export of 3D geometry from all standard formats—with its symbolic representation of 3D objects allowing immediate faithful interchange.
Mathematica 6.0 fundamentally redefined Mathematica and introduced a major new paradigm for computation. Building on Mathematica's time-tested core symbolic architecture, ...
Mathematica provides state-of-the-art fully automated visualization of vector functions and data—suitable for representing flows, field lines and other vector fields of any ...
Customization is an important part of Mathematica 's extensive data visualization capabilities. While the default settings for displaying points in a plot are suitable in ...
DOT
(Mathematica Import/Export Format) DOT graph language and data format. Commonly used exchange format for graphs. Stores a single attributed, directed, or undirected graph. Can contain user-defined graph, edge, ...
FITS
(Mathematica Import/Export Format) MIME types: application/fits, image/fits FITS scientific image and data format. Standard format for the exchange and archival storage of astronomical data. Endorsed by NASA ...
BorderDimensions[image] gives the pixel width of uniform borders of image in the form {{left, right}, {bottom, top}}.BorderDimensions[image, t] finds borders whose pixels ...
ButtonBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for cells that specifies settings for buttons within the cell.
Button
(Built-in Mathematica Symbol) Button[label, action] represents a button that is labeled with label, and evaluates action whenever it is clicked.
Closing
(Built-in Mathematica Symbol) Closing[image, ker] gives the morphological closing of image with respect to the structuring element ker.Closing[image, r] gives the closing with respect to a range r square.