Layout Pattern
Venn / Overlap
Two or three intersecting circles showing shared and distinct attributes. Classic for positioning.
How to Use It
Venn diagrams work best with two or three circles - four becomes geometry homework. Use them to show market positioning (what we do that competitors do not), product overlap, or the intersection of disciplines (the classic design meets engineering meets business). Label each circle clearly, and name the central intersection prominently - that center is usually your argument.
Content Zones
Related Layouts
Similar OPF layout slugs with matching content types, spatial patterns, or presentation use cases.
Data Analysis
Logic Tree
Top-down tree that breaks a conclusion into supporting arguments and evidence. The consultant's MECE diagram.
/layouts/logic-tree
Data Analysis
Status RAG
Red/Amber/Green health summary across workstreams. The standard project-status slide.
/layouts/status-rag
Data Analysis
Matrix / Quadrant
2x2 framework with labeled axes. Plot items in quadrants to reveal patterns and priorities.
/layouts/matrix-quadrant
Data Analysis
Funnel / Pyramid
Tapered shape showing progression, conversion, or hierarchy. Visualizes stages, filtering, or organizational levels.
/layouts/funnel-pyramid
Data Analysis
SWOT Analysis
2x2 matrix for Strengths, Weaknesses, Opportunities, Threats. A strategic planning classic.
/layouts/swot-analysis
Visual Storytelling
Wheel / Radial Model
Circular frame with segments around a central theme. Good for frameworks with equal-weight components.
/layouts/wheel-radial
OPF Config
layouts:venn-overlap{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — layouts/venn-overlap",
"tags": [
"gallery:layouts/venn-overlap"
],
"slides": [
{
"id": "gallery-preview-1",
"layout": "venn-overlap",
"title": "Layout preview",
"subtitle": "Reference layout for the OPF \"venn-overlap\" preset."
}
]
}Preview this config live at pptx.dev/playground.