StreamColorFunctionScaling is an option for graphics functions that specifies whether arguments supplied to a stream color function should be scaled to lie between 0 and 1.
Density and contour plots. This gives a density plot of sin(x) sin(y). Lighter regions show higher values of the function. Some options for DensityPlot.
Stellate
(Polyhedron Operations Package Symbol) Stellate[expr] replaces each polygon in graphics expression expr by a pyramid, with the polygon as its base.Stellate[expr, ratio] uses a stellation ratio ratio.
As well as being able to specify colors in several color spaces, Mathematica also contains a variety of predefined colors and aesthetically pleasing color spectrums. These ...
ACO
(Mathematica Import/Export Format) Adobe Photoshop color swatch format. Used for storing color palettes. Native format of the Adobe Photoshop image-editing application. ACO is an acronym derived from Adobe ...
Method
(Built-in Mathematica Symbol) Method is an option for various algorithm-intensive functions that specifies what internal methods they should use.
ScalingFunctions is an option for BarChart, Histogram, and other charting functions that specifies what scaling functions should be used.
ScalingMatrix[{s_x, s_y, ...}] gives the matrix corresponding to scaling by a factor s_i along each coordinate axis.ScalingMatrix[s, v] gives the matrix corresponding to ...
When many rows of data are returned from a database query, a significant amount of memory may be required to hold the result. If all of the data does not need to be available ...
SQLSelect selects and returns data from a database. An alternative, using raw SQL, is described in "Selecting Data with Raw SQL". If you find that the examples in this ...