PPTX.gallery
Open in PPTX.dev

XY (Scatter) Chart Preset

Scatter

Scatter is an OPF xy (scatter) chart preset with canonical workbook metadata, sample data, and engine chart type mapping.

scatterOPF type: SCATTER_WITH_MARKERSsimple

Use Case

Explore relationships between two numeric variables or compare many points without bars.

Data Requirements

2 series, 9 categories, flat category/series workbook

Group

Point-based relationship charts for correlation, distribution, and paired measures.

Series

2 series across 9 categories

Workbook Range

Sheet1!$A$1:$M$3

Source Slide

Slide 33 in the OPF chart gallery deck

When to Use

Use for correlation, outlier detection, and paired-value analysis.

When to Avoid

Avoid when the audience needs a simple ranked comparison or when points cannot be labeled clearly.

Best Practices

1

Explain both axes clearly

2

Highlight outliers intentionally

3

Avoid overplotting with too many points

Recommended Companions

OPF Config

charts:scatter
Open Presentation Format
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "PPTX.gallery — charts/scatter",
  "description": "Scatter is an OPF xy (scatter) chart preset with canonical workbook metadata, sample data, and engine chart type mapping.",
  "tags": [
    "gallery:charts/scatter"
  ],
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "data-visualization",
      "title": "Scatter",
      "subtitle": "Explore relationships between two numeric variables or compare many points without bars.",
      "chart": {
        "type": "scatter",
        "data": {
          "columns": [
            "Category",
            "Q1 2024",
            "Q2 2024",
            "Q3 2024",
            "Q4 2024",
            "Q1 2025",
            "Q2 2025",
            "Q3 2025",
            "Q4 2025",
            "Q1 2026"
          ],
          "rows": [
            [
              "X-Values",
              38760,
              45774,
              67125,
              73654,
              13804,
              60968,
              54057,
              97670,
              99016
            ],
            [
              "Y-Values",
              62994,
              31632,
              71261,
              26728,
              91560,
              80008,
              13534,
              61645,
              87580
            ]
          ]
        }
      },
      "design": {
        "contentBox": false,
        "contentAlignment": "left",
        "titleAlignment": "left",
        "contentDirection": "horizontal"
      }
    }
  ],
  "catalogs": {
    "layouts": {
      "records": [
        {
          "$schema": "https://openpresentation.org/schema/opf-layout/v1",
          "id": "data-visualization",
          "name": "Data_Visualization",
          "label": "Data Visualization",
          "summary": "Clean charts and graphs with supporting text. Present complex data in digestible formats.",
          "description": "Clean charts and graphs with supporting text. Present complex data in digestible formats.",
          "tags": [
            "Charts",
            "Analytics",
            "Data"
          ],
          "master": "Gallery",
          "masterSlideIndex": 3,
          "groupHash": "153f444c25792e384c219fafc5ca1a0324103c782fa01f0902391c0014076cad",
          "groupDefault": true,
          "contentType": "Chart",
          "contentMultiple": "1x",
          "contentAlignment": "Left",
          "contentBox": false,
          "contentTypeChartPrimary": "None",
          "contentTypeImageFill": "None",
          "contentTypeListBullet": "None",
          "contentTypeListHeading": false,
          "slideTitle": true,
          "slideTitleAlignment": "Left",
          "slideImage": false,
          "slideImageAlignment": "None",
          "slideLayoutDirection": "Horizontal",
          "zones": [
            {
              "role": "title",
              "placeholder": "title"
            },
            {
              "role": "chart",
              "placeholder": "chart content 2"
            },
            {
              "role": "text",
              "placeholder": "text content 3"
            }
          ],
          "preview": {},
          "details": "Clean charts and graphs with supporting text. Present complex data in digestible formats. OPF placeholders: title, chart, text.",
          "category": "data-analysis",
          "spatialCategory": "2 zone row",
          "contentTypeTags": [
            "comparison",
            "mixed",
            "chart"
          ],
          "placeholders": [
            {
              "type": "title"
            },
            {
              "type": "chart"
            },
            {
              "type": "text"
            }
          ],
          "composition": {
            "mode": "row"
          },
          "slideSubtitle": false
        }
      ]
    }
  }
}
Open in OPF PlaygroundOpen in visual editor

Preview this config live at pptx.dev/playground, or load it in the gallery visual editor.