Whether for simple annotation or to produce publication-quality plots, adding text outside the area of plots is one of many customization features that Mathematica provides ...
Graphs are first-class citizens in Mathematica, and can be used as input, output, in programs, and in documents. Undirected and directed graphs are treated uniformly and ...
The integrated visualization capabilities of Mathematica provide many tools to show data in 3D. The ability to plot points, surfaces, and contours, combined with the ...
Graphs provide great information visualization. Highlighting graph elements will let information stand out. By using algorithmic graph layouts, much of the structure in a ...
NDSolve solves a differential equation numerically. It returns solutions in a form that can be readily used in many different ways. One typical use would be to produce a plot ...
There are two ways to use the functions in this package to place a legend in a graphic: the first can only be used as an option to the built-in functions Plot, ListPlot and ...
PlotLabel is an option for graphics functions that specifies an overall label for a plot.
PlotRegion is an option for graphics functions that specifies what region of the final display area a plot should fill.
A typical graph problem is that of matching different items, such as dates between men and women given preferences or teachers and courses with different preferences. These ...