Overview
Argument Cartographer provides powerful export capabilities, allowing you to save and share your analyses in multiple formats. Whether you need a high-resolution image for a presentation, a vector graphic for editing, or raw JSON data for programmatic use, we’ve got you covered.Exports preserve the exact visual state of your current view mode - what you see is what you export.
Export Formats
PNG
Raster image format
- Best for: Presentations, social media, documents
- Resolution: 1x, 2x, or 3x
- File size: Medium (500KB - 2MB)
SVG
Vector graphics format
- Best for: Design tools, infinite scaling
- Resolution: Infinite (vector)
- File size: Small (50-200KB)
JSON
Raw data format
- Best for: Developers, data analysis
- Resolution: N/A (data only)
- File size: Tiny (10-50KB)
Opening the Export Modal
Complete Analysis
Ensure your analysis has fully generated and you’ve selected your preferred visualization mode
PNG Export
Raster image format with configurable resolution.Resolution Options
- 1x (Standard)
- 2x (HD)
- 3x (Print Quality)
Use case: Web sharing, email attachments, quick previewsDimensions: Native browser resolution (typically 1920x1080)File size: ~500KBPros: Fast generation, small fileCons: May look pixelated on high-DPI screens
Color Mode
Choose theme for exported image:- Light Mode: White/cream background, dark text
- Best for: Printing, light-themed presentations
- Background:
hsl(40, 50%, 98%)
- Dark Mode: Dark slate background, light text
- Best for: Screens, modern presentations
- Background:
hsl(217, 14%, 10%)
Export Process
SVG Export
Vector format for infinite scalability.Advantages of SVG
Infinite Scaling
Zoom in forever without pixelation - perfect for large displays or print
Small File Size
Text-based format compresses well, typically 50-200KB
Editable
Open in Adobe Illustrator, Figma, Inkscape to modify
Web Native
Can be embedded directly in HTML with CSS styling
When to Use SVG
- Design Work
- Large Format Printing
- Web Embedding
Scenario: You want to modify the visualization in a design toolWorkflow:
- Export as SVG
- Open in Figma/Illustrator
- Customize colors, fonts, layout
- Export final version as PNG/PDF
Limitations
JSON Export
Raw data export for developers and researchers.Data Structure
Use Cases for JSON
Data Analysis
Data Analysis
Import into Python/R for statistical analysis:
Custom Visualization
Custom Visualization
Build your own visualization with D3.js, Plotly, etc:
Archive & Versioning
Archive & Versioning
Store multiple versions to track evolution:
API Integration
API Integration
Feed data into other systems:
Copy to Clipboard
Quick sharing without saving files.Image Copy
JSON Copy
Copies raw JSON text to clipboard:Social Sharing
Direct sharing to social platforms.Supported Platforms
- X (Twitter)
- LinkedIn
- WhatsApp
- Telegram
Share link with pre-filled text:
Social sharing posts a link to your analysis (if published) plus generated text. It does NOT upload the visualization image automatically.
Best Practices
Choose Right Format
- PNG for general use
- SVG for design/print
- JSON for data analysis
Optimize Resolution
- 2x for screens
- 3x for printing
- 1x for quick sharing
Match Theme
- Light for printing
- Dark for screens
- Transparent for custom backgrounds
Test Before Sharing
- Preview export before sending
- Check text readability
- Verify no content cut off
Troubleshooting
Export is Blank/Corrupted
Export is Blank/Corrupted
Causes:
- 3D transforms not flattened (Circular view)
- CSS animations mid-transition
- Browser extension interference
- Try different visualization mode (Flow/Balanced)
- Disable browser extensions temporarily
- Try different format (SVG instead of PNG)
Text is Blurry in PNG
Text is Blurry in PNG
Cause: Using 1x resolution on high-DPI screenSolution: Increase to 2x or 3x resolution
File Size is Too Large
File Size is Too Large
Causes:
- 3x resolution PNG
- Complex visualization with many nodes
- Reduce to 2x or 1x
- Use SVG instead (much smaller)
- Simplify view mode (Pillar instead of Circular)
Copy to Clipboard Fails
Copy to Clipboard Fails
Causes:
- Unsupported browser (Safari < 13.1)
- Site not served over HTTPS
- Browser permissions denied
- Use Download instead
- Update browser
- Check site is HTTPS
Next Steps
Visualization Modes
Master all 6 view modes for better exports
Creating Analysis
Generate high-quality analyses worth exporting
