Mathematica offers great flexibility for adding text to graphics; you can add text interactively using the Drawing Tools palette or programmatically using various graphics ...
WMF
(Mathematica Import/Export Format) Microsoft WMF format. Image file format. Used by the Windows operating system and by Microsoft applications as a graphics resource format. WMF is an acronym derived from ...
EMF
(Mathematica Import/Export Format) Microsoft EMF format. Image file format. Used by the Windows operating system and by Microsoft applications as a graphics resource format. EMF is an acronym derived from ...
PlotRangePadding is an option for graphics functions that specifies how much further axes etc. should extend beyond the range of coordinates specified by PlotRange.
Rectangle[{x_min, y_min}, {x_max, y_max}] is a two-dimensional graphics primitive that represents a filled rectangle, oriented parallel to the axes. Rectangle[{x_min, y_min}] ...
NCache
(Built-in Mathematica Symbol) NCache[x, xn] represents a numeric cache object for a quantity with exact value x and approximate numerical value xn.
$Display gives a list of files and pipes to be used with the default $DisplayFunction.
ImageMargins is an option that specifies the absolute margins to leave around the image displayed for an object.
SVG
(Mathematica Import/Export Format) MIME type: image/svg+xml SVG vector graphics format. Intended for two-dimensional vector graphics on the web. Partially supported by several web browsers and browser ...
Point
(Built-in Mathematica Symbol) Point[coords] is a graphics primitive that represents a point. Point[{coords_1, coords_2, ...}] represents a collection of points.