Overview
Visual Mapping transforms abstract argument structures into interactive, visual representations. Instead of reading through walls of text, you can see the logical flow of debates as intuitive diagrams that reveal relationships, hierarchies, and patterns at a glance.All visualizations are generated from the same
ArgumentNode[] blueprint, ensuring consistency while offering different perspectives on the same data.Available Visualization Modes
The tool offers five distinct visualization modes, each optimized for different analysis needs:Balanced View
Split-panel comparison of arguments FOR and AGAINST side-by-side
Tree View
Hierarchical top-down tree showing parent-child relationships
Pillar View
Vertical columns grouping arguments by type and side
Circular View
Radial layout with thesis at center and arguments radiating outward
Flowchart View
Linear flow diagram showing logical progression of arguments
Tree View (Default)
How It Works
The Tree View builds a hierarchical structure from yourArgumentNode[] array:
- Root Identification: Finds thesis nodes (where
parentId === null) - Tree Construction: Recursively builds parent-child relationships
- Visual Rendering: Displays nodes as connected cards with branch lines
Visual Structure
Example Structure:
Benefits
Clear Hierarchy
Instantly see which arguments support or oppose which claims
Evidence Tracing
Follow the path from thesis to evidence in a single visual line
Balanced View
The Balanced View splits the screen into two panels:- Left Panel: All arguments with
side: 'for' - Right Panel: All arguments with
side: 'against'
Visual Features
- Color-coded borders (green for “for”, red for “against”)
- Synchronized scrolling for easy comparison
- Equal visual weight given to both sides
When to Use
Comparative Analysis
Comparative Analysis
When you need to weigh arguments on both sides of a contentious issue
Bias Detection
Bias Detection
Quickly spot if the analysis is skewed toward one side (by visual imbalance)
Debate Preparation
Debate Preparation
Prepare for discussions by studying both sides simultaneously
Pillar View
Groups arguments into vertical columns based on:- Type (claim, counterclaim, evidence)
- Side (for, against)
Use Cases
- Pattern Recognition: See if one side has more evidence than the other
- Argument Type Analysis: Count claims vs. counterclaims quickly
- Strength Assessment: Visual comparison of evidence density
Circular View
Radial visualization with:- Center: Thesis node
- Inner Ring: Major claims and counterclaims
- Outer Ring: Supporting evidence
Ideal for presentations or when you want to emphasize the thesis as the central point with all arguments radiating from it.
Flowchart View
Linear, left-to-right flow showing:- Thesis on the left
- Arguments flowing to the right
- Arrows showing logical connections
Interactive Argument Cards
All visualization modes use interactiveArgumentCard components with rich details:
Card Components
Visual Indicators
Visual Indicators
- Type Badge: Color-coded badge showing thesis/claim/counterclaim/evidence
- Side Marker: Visual indicator (green/red) for for/against position
- Fallacy Alert: Warning icon if logical fallacies are detected
Content Display
Content Display
- Main Content: The argument point in clear, concise language
- Logical Role: Explanation of the node’s function in the overall argument
- Source Preview: Hostname of the source for quick reference
Interaction
Interaction
- Click to Expand: Opens detailed panel with full evidence and sources
- Hover Effects: Visual feedback for interactivity
- Responsive Design: Adapts to screen size for mobile and desktop
Detail Panel
Clicking any argument card opens a slide-in detail panel with:Full Information Display
Evidence Display
For claims and counterclaims, the detail panel shows all supporting evidence:- Quote Block: The exact
sourceTextfrom the original source - Source Link: Clickable URL showing the hostname
- Attribution: Clear indication of where the evidence came from
Navigation & Controls
The Analysis Toolbar provides:View Switcher
Toggle between Tree, Balanced, Pillar, Circular, and Flowchart views
Export Options
Download visualizations as PNG, PDF, or JSON data
Social Toggle
Open/close the Social Pulse panel
Reset Analysis
Return to input screen for a new analysis
Visual Design System
Color Coding
| Element | Color | Purpose |
|---|---|---|
| Arguments FOR | Green | Quick identification of supporting arguments |
| Arguments AGAINST | Red | Quick identification of opposing arguments |
| Thesis | Primary/Blue | Neutral central proposition |
| Evidence | Muted | Supporting data, less prominent |
| Fallacy Warning | Destructive/Red | Alert for logical errors |
Typography
- Headlines: Bold, prominent for main argument content
- Body Text: Readable size for source quotes and explanations
- Metadata: Smaller, muted for source URLs and technical details
The visual design prioritizes readability and quick comprehension while maintaining academic rigor.
Responsive Design
All visualizations adapt to screen size:- Desktop: Full tree/flowchart layouts with side panels
- Tablet: Stacked columns with touch-friendly cards
- Mobile: Single-column vertical flow with collapsible sections
Export & Sharing
Export your visualizations in multiple formats:PNG Image
PNG Image
High-resolution image export perfect for presentations, reports, or sharing on social media
PDF Document
PDF Document
Professional document format with preserved layout for printing or archival
JSON Data
JSON Data
Raw
ArgumentNode[] data for further analysis or integration with other toolsKeyboard Shortcuts
| Shortcut | Action |
|---|---|
1-5 | Switch between visualization modes |
Esc | Close detail panel |
S | Toggle Social Pulse panel |
E | Open export modal |
Best Practices
Start with Tree View
Begin with hierarchical view to understand overall structure
Use Balanced for Comparison
Switch to balanced view when you need to weigh both sides
Click for Evidence
Always verify claims by clicking through to see supporting evidence
Export for Reference
Save visualizations before starting a new analysis
What’s Next?
Enhance your analysis with additional features:Fallacy Detection
Identify and understand logical fallacies in arguments
Social Pulse
See how topics are discussed on social media