WavelengthAbsorptionMap[wavelength_1, wavelength_2] generates a plot of the absorption map in the wavelength range between wavelength_1 and wavelength_2.
Polygon
(Built-in Mathematica Symbol) Polygon[{pt_1, pt_2, ...}] is a graphics primitive that represents a filled polygon. Polygon[{{pt_11, pt_12, ...}, {pt_21, ...}, ...}] represents a collection of polygons.
Mathematica provides powerful functions for constructing lists of any size and structure.
Framed
(Built-in Mathematica Symbol) Framed[expr] displays a framed version of expr.
Formatting lists as tables and matrices. Here is a list. Grid gives the list typeset in a tabular format.
ButterflyGraph[n] gives the order-n butterfly graph. ButterflyGraph[n, b] gives the base-b order-n butterfly graph.
HypercubeGraph[n] gives the n-dimensional hypercube graph Q_n.
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 ...
CompleteGraph[n] gives the complete graph with n vertices K_n.CompleteGraph[{n_1, n_2, ..., n_k}] gives the complete k-partite graph with n_1 + n_2 + \[CenterEllipsis] + n_k ...
DeBruijnGraph[m, n] gives the n-dimensional De Bruijn graph with m symbols.DeBruijnGraph[m, n, type] gives the De Bruijn graph with connectivity given by type.