LegendBackground is an option for Legend, which specifies the style of background to use with a legend.
LegendSpacing is an option for Legend which specifies the amount of space around each key box on a scale where the box is 1.
GUIScreenShot[interface] generates a graphic that captures the current state of the runtime user interface.
Catalan
(Built-in Mathematica Symbol) Catalan is Catalan's constant, with numerical value \[TildeEqual] 0.915966.
Pi
(Built-in Mathematica Symbol) Pi is \[Pi], with numerical value \[TildeEqual] 3.14159.
Times
(Built-in Mathematica Symbol) x*y*z, x*y*z, or x y z represents a product of terms.
WeierstrassHalfPeriods[{g_2, g_3}] gives the half-periods {\[Omega], \[Omega]^\[Prime]} for Weierstrass elliptic functions corresponding to the invariants {g_2, g_3}.
This package implements primality proving. If ProvablePrimeQ[n] returns True, then the number n can be mathematically proven to be prime. In addition, PrimeQCertificate[n] ...
MovingAverage[list, r] gives the moving average of list, computed by averaging runs of r elements.MovingAverage[list, {w_1, w_2, ..., w_r}] gives the moving average of list, ...
With <<, you can read files that contain Mathematica expressions given in input form. Sometimes, however, you may instead need to read files of data in other formats. For ...