A scatter plot is a simple yet powerful chart used to show the relationship between two numerical variables. Each point on the plot represents one observation in your dataset, with its position determined by values on the x-axis and y-axis.
Line graphs are powerful visual tools that illustrate trends, patterns, and variations in data over time or across continuous intervals. By connecting individual data points with lines, they create a clear picture of how values evolve—whether rising, falling, or remaining stable—across a defined sequence, such as dates, measurements, or other progressive categories.
A pair plot (also called a scatterplot matrix) is a powerful visual tool used in exploratory data analysis to show relationships between multiple variables in a dataset—all in one grid. It’s especially handy when working with numerical data and trying to spot patterns, correlations, or outliers.
Displays all data values and fits a straight line through the points to reveal how data points interact with each other. This includes the formula for the line of best fit and the r value, which indicates the strength and direction of a linear relationship.