uccser/cs-field-guide

View on GitHub
csfieldguide/chapters/content/en/glossary/cartesian-coordinate-system.md

Summary

Maintainability
Test Coverage
# Cartesian coordinate system

A system of plotting points on a graph by, for each point, specifying a distance from the origin along each axis.
For example, [2, 3] specifies a point two units along the *x* axis, and 3 units along the *y* axis.