About 73,900 results
Open links in new tab
  1. Scatter plot - Wikipedia

    A scatter plot, also called a scatterplot, scatter graph, scatter chart, scattergram, or scatter diagram, [1] is a type of plot or mathematical diagram using Cartesian coordinates to display values for typically …

  2. Scatterplots: Using, Examples, and Interpreting - Statistics by Jim

    Use scatterplots to show relationships between pairs of continuous variables. These graphs display symbols at the X, Y coordinates of the data points for the paired variables. Scatterplots are also …

  3. Scatter Plot - GeeksforGeeks

    May 28, 2026 · A scatter plot, also called a scatter graph, scattergram, scatter chart, or XY graph, uses dots to describe two different numeric variables. The position of each dot on the horizontal and …

  4. Scatter Plot Maker & Calculator with Line of Best Fit (Free)

    Free scatter plot maker and calculator. Plot X-Y data, fit a line of best fit, and instantly compute the regression equation, R², correlation coefficient, residuals, and outliers.

  5. Scatter Plot | XY Graph Maker - RapidTables.com

    Press the Draw button to generate the scatter plot. Press the × reset button to set default values. Scatter plot maker. Create xy graph online with best fit line.

  6. seaborn.scatterplot — seaborn 0.13.2 documentation

    Draw a scatter plot with possibility of several semantic groupings. The relationship between x and y can be shown for different subsets of the data using the hue, size, and style parameters.

  7. Scatter (XY) Plots - Math is Fun

    Below is a scatter plot for about 100 different countries. Note: I tried to fit a straight line to the data, but maybe a curve would work better, what do you think? A Scatter (XY) Plot has points that show the …

  8. Scatter Plot Maker | Scatter Chart Maker - Graph Maker

    May 24, 2026 · Convert your data into customizable scatter plot charts with just a few clicks. Enter any data, customize styles, and download your generated scatter plot as an image.

  9. Scatter Plot Maker Online - Free Scatter Graph Creator

    Free online Scatter Plot maker. Easily create custom scatter graphs and XY coordinate charts with real-time preview and PNG export.

  10. Matplotlib Scatter - GeeksforGeeks

    Oct 14, 2025 · Explanation: plt.scatter (x, y) creates a scatter plot on a 2D plane to visualize the relationship between two variables, with a title and axis labels added for clarity and context.