Skip to content
mbostock edited this page Jun 7, 2011 · 13 revisions

Each example shows axes in four orientations. In clockwise order: top, right, bottom, left.

Open Domain

An open domain means that only ticks or grid lines are drawn:

axes-open-labels axes-open axes-open-major-labels

Closed Domain

A closed domain means that we can visualize the domain extent. This can be done in by drawing a path:

axes-closed-labels axes-closed

Or by filling the background and drawing grid lines:

axes-open-minor-labels

Sectional

Sometimes we want to label sections rather than points on the axes:

axes-open-region-labels axes-closed-region-labels

Clone this wiki locally