Non-numeric coordinate
A row has a non-numeric value in the x or y column.
Fix: Strip units or commas from the values so x and y parse as plain numbers.
header • up to 320x100 / 728x90
Plot x/y points from CSV or JSON with axis labels, grid, and PNG/SVG export
content bottom • up to 300x250
sidebar • 160x600
Last reviewed:
A scatter plot places each (x, y) pair as a point on a two-axis grid, making it easy to spot correlation, clusters, or outliers between two numeric variables.
Scatter Plot Maker ingests CSV or JSON x/y rows, renders them in the browser, and exports PNG or SVG for reports, notebooks, and slides.
x,y 1,1.2 2,1.9 3,2.8 4,3.2 5,3.9 6,5.1 7,5.8 8,6.4
Scatter plot with 8 points along an increasing trend from (1,1.2) to (8,6.4), grid on, axis labels applied, rendered as SVG ready for PNG export.
A row has a non-numeric value in the x or y column.
Fix: Strip units or commas from the values so x and y parse as plain numbers.
Scatter plots need at least a handful of points to reveal patterns.
Fix: Supply at least 5–10 data points for a meaningful visualization.
Not yet — it renders raw points. Overlay a regression line in your design tool if needed.
Yes — set X and Y axis labels in the settings panel.
Points use the first palette color; pick a palette that contrasts with your slide or document background.
Related chart builders and analysis tools: You can also browse the full Chart Makers category for more options.
Plot one or more series from CSV or JSON data with smoothing, grid, markers, and PNG/SVG export
Paste CSV or JSON and generate a customizable bar chart with axis labels, colors, legend, and PNG/SVG export
Turn label/value pairs into a labeled pie chart with custom colors, legend, and PNG/SVG export
Build a doughnut chart from label/value pairs with adjustable thickness, legend, colors, and PNG/SVG export
Convert CSV to JSON format
Convert JSON to CSV format
View CSV data in a table format
Convert a .env (dotenv) file into structured JSON with quote, comment, and escape handling
Format Angular templates online with cleaner indentation and spacing for HTML, bindings, and interpolation blocks.
Transform and reformat JavaScript code using Babel parsers. Supports modern JS features, JSX, and experimental syntax. Get cross-compatible formatted output.
Format and beautify C code online with proper indentation and brace placement. Paste C code and get clean, readable output following standard C conventions.
Format and beautify C# code online with proper indentation and .NET coding style. Paste C# and get clean, readable output following best practices.