PPTX.gallery
Open in PPTX.dev

XY (Scatter) Chart Preset

Dot Plot 2x

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

dot-plot-2xOPF type: SERIES_OF_MIXED_TYPEScalculated

Use Case

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

Data Requirements

2 series, 8 categories, calculated helper workbook, 2 series groups

Group

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

Series

2 series across 8 categories

Workbook Range

Sheet1!$A$1:$I$4

Source Slide

Slide 35 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:dot-plot-2x
Open Presentation Format
{
  "$schema": "https://openpresentation.org/schema/opf/v1",
  "name": "PPTX.gallery — charts/dot-plot-2x",
  "description": "Dot Plot 2x is an OPF xy (scatter) chart preset with canonical workbook metadata, sample data, and engine chart type mapping.",
  "tags": [
    "gallery:charts/dot-plot-2x"
  ],
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "data-visualization",
      "title": "Dot Plot 2x",
      "subtitle": "Explore relationships between two numeric variables or compare many points without bars.",
      "chart": {
        "type": "dot-plot-2x",
        "data": {
          "columns": [
            "Series",
            "Item 1",
            "Item 2",
            "Item 3",
            "Item 4",
            "Item 5",
            "Item 6",
            "Item 7",
            "Item 8"
          ],
          "rows": [
            [
              "2020",
              372793,
              497519,
              443254,
              321941,
              576786,
              442722,
              453894,
              497542
            ],
            [
              "2021",
              391773,
              542042,
              364525,
              185884,
              593152,
              120324,
              665621,
              154615
            ]
          ]
        }
      }
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.