Plot (diagram)
A plot is a mathematical or scientific visualization that represents the relationship between two or more variables by displaying data points on a coordinate system. Plots transform raw numbers into visual patterns, making trends, clusters, and anomalies immediately apparent to the human eye.
The most common plot type uses two perpendicular axes—typically horizontal (x) and vertical (y)—where each point's position encodes the values of measured or calculated variables. This simple framework has spawned countless variations: scatter plots for exploring correlation, line plots for tracking change over time, bar plots for comparing categories, and heatmaps for displaying high-dimensional data.
Plots are foundational across disciplines. Biologists use them to visualize genetic patterns; economists track inflation and competition; GPS systems rely on positional plots; materials scientists examine stress responses. Even animal behaviorists plot movement trajectories to understand spatial preference.
The power of a plot lies in its ability to bridge the gap between abstract data and human intuition, enabling pattern recognition that raw numbers obscure. A well-designed plot can suggest hypotheses, confirm theories, or reveal unexpected natural phenomena.
Related
Graph theory, Data visualization, Cartesian coordinates, Histogram, Box plot