Background is an option that specifies what background color to use.
BarSpacing is an option to BarChart and related functions that controls the spacing between bars and groups of bars.
Begin
(Built-in Mathematica Symbol) Begin["context`"] resets the current context.
BernoulliB[n] gives the Bernoulli number B_n. BernoulliB[n, x] gives the Bernoulli polynomial B_n (x).
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 ...
BoxRatios is an option for Graphics3D that gives the ratios of side lengths for the bounding box of the three-dimensional picture.
Break
(Built-in Mathematica Symbol) Break[] exits the nearest enclosing Do, For, or While.
CharacterRange["c_1", "c_2"] yields a list of the characters in the range from "c_1" to "c_2".
ChoiceButtons[] represents a pair of OK and Cancel buttons that close a dialog.ChoiceButtons[{act_ok, act_cancel}] represents OK and Cancel buttons that evaluate the ...
Colorize[m] generates an image from an integer matrix m, using colors for positive integers and black for non-positive integers.Colorize[image] replaces intensity values in ...