With its core symbolic paradigm and immediate access to sophisticated numerical, symbolic and geometric algorithms, Mathematica is able to provide a uniquely flexible and ...
From overall layout to details of particular features, Mathematica allows broad manual and programmatic control of the appearance of charts —fully integrated with its ...
Blend
(Built-in Mathematica Symbol) Blend[{col_1, col_2}, x] gives a color obtained by blending a fraction 1 - x of color col_1 and x of color col_2.Blend[{col_1, col_2, col_3, ...}, x] linearly interpolates ...
ContourShading is an option for contour plots that specifies how the regions between contour lines should be shaded.
TranslationTransform[v] gives a TransformationFunction that represents translation of points by a vector v.
Suppose two functions have the same domain and different ranges. Plotting them together using Plot uses the same scale for the y values. To compare the functions, TwoAxisPlot ...
FrameLabel is an option for Graphics, Manipulate, and related functions that specifies labels to be placed on the edges of a frame.
HITSCentrality[g] gives a list of authority and hub centralities for the vertices in the graph g.
VectorDensityPlot[{{v_x, v_y}, s}, {x, x_min, x_max}, {y, y_min, y_max}] generates a vector plot of the vector field {v_x, v_y} as a function of x and y, superimposed on a ...
Mathematica provides hundreds of options to control every aspect of the construction and styling of graphics. The options are carefully designed to be both flexible and ...