FortranForm[expr] prints as a Fortran language version of expr.
CUDAImageDivide[img, x] divides each channel value in img by an amount x.CUDAImageDivide[mem, x] divides each channel value in mem by an amount x.CUDAImageDivide[img 1, img ...
CUDAImageSubtract[img, x] subtracts an amount x from each channel value in img.CUDAImageSubtract[mem, x] subtracts an amount x from each channel value in ...
TracePrint[expr] prints all expressions used in the evaluation of expr. TracePrint[expr, form] includes only those expressions which match form. TracePrint[expr, s] includes ...
New functions Animate and ListAnimate have been added to the built-in Mathematica kernel. SpinShow is replaced by interactive rotation of three-dimensional graphics.
Mathematica allows you detailed control over the way that graphics objects are rendered. The combination of sequentially-acting graphics directives, together with ...
BarSpacing is an option to BarChart and related functions that controls the spacing between bars and groups of bars.
ControlPlacement is an option for Manipulate, TabView, and other control objects that specifies where controls should be placed.
FaceGridsStyle is an option for 3D graphics functions that specifies how face grids should be rendered.