LogPlot, ListLogPlot, and related functions have been added to the built-in Mathematica kernel. PolarPlot and ListPolarPlot have been added to the built-in Mathematica ...
FindShortestTour[{e_1, e_2, ...}] attempts to find an ordering of the e_i that minimizes the total distance on a tour that visits all the e_i once.
GraphPlot3D[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a 3D plot of the graph in which vertex v_ik is connected to vertex v_jk.GraphPlot3D[{{v i 1 -> v j 1, lbl_1}, ...
RotationTransform[\[Theta]] gives a TransformationFunction that represents a rotation in 2D by \[Theta] radians about the origin.RotationTransform[\[Theta], p] gives a 2D ...
Mathematica provides a broad range of powerful constructs for laying out content on a screen or page. They are designed to be immediately useful for the beginner, yet also ...
Views
(Mathematica Tutorial) Mathematica supports a variety of objects that can be used to organize and display information in output. Known collectively as views, these objects range from the simple ...
Widget["Table"] represents a table.
ColorData["scheme"] gives a function that generates colors in the named color scheme when applied to parameter values. ColorData["scheme", " property"] gives the specified ...
LayeredGraphPlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a layered plot of the graph in which vertex v_ik is connected to vertex v_jk.LayeredGraphPlot[{{v i 1 -> v j ...
In Mathematica, dialog boxes are customized notebooks used to provide users with information and/or request user input. There are two properties associated with dialogs. ...