BarSpacing is an option to BarChart and related functions that controls the spacing between bars and groups of bars.
DigitBlock is an option for NumberForm and related functions that specifies the maximum length of blocks of digits between breaks.
EmptyGraphQ[g] yields True if g is an empty graph and False otherwise.
Greater
(Built-in Mathematica Symbol) x > y yields True if x is determined to be greater than y. x_1 > x_2 > x_3 yields True if the x_i form a strictly decreasing sequence.
HelpBrowserSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the legacy Help Browser.
HitMissTransform[image, ker] gives the hit-and-miss transform of image with respect to the composite structuring element ker.HitMissTransform[image, {ker_1, ker_2, ...}] ...
ImageDifference[image_1, image_2] gives an image in which each pixel is the absolute difference of the corresponding pixels in image_1 and image_2.
ImageRegion is an option for cells that specifies the size and position of the bounding box within which a graphic is rendered.
InputAssumptions is an option for WolframAlpha that specifies assumptions for current query input.
Interpretation[e, expr] represents an object that displays as e, but is interpreted as the unevaluated form of expr if supplied as input. Interpretation[{x = x_0, y = y_0, ...