Placed
(Built-in Mathematica Symbol) Placed[expr, pos] represents an expression expr placed at relative position pos in a chart or other display. Placed[{e_1, e_2, ...}, pos] places each of the e_i at a relative ...
AxesStyle is an option for graphics functions that specifies how axes should be rendered.
FrameTicksStyle is an option for 2D graphics functions that specifies how frame ticks should be rendered.
TicksStyle is an option for graphics functions which specifies how ticks should be rendered.
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 ...
From overall layout to details of particular features, Mathematica allows broad manual and programmatic control of the appearance of charts —fully integrated with its ...
BarSpacing is an option to BarChart and related functions that controls the spacing between bars and groups of bars.
ChartLabels is an option for charting functions that specifies what labels should be used for chart elements.
MouseAnnotation[] gives any mouse annotation associated with the expression at the current mouse position.
GridGraph[{m, n}] gives the grid graph with m*n vertices G m, n.GridGraph[{n_1, n_2, ..., n_k}] gives the k-dimensional grid graph with n_1*n_2*\[CenterEllipsis]*n_k vertices ...