paper-figure

Generate publication-quality figures and LaTeX tables from JSON or CSV experiment results.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/dz306271098/ARIS_for_Robotics --skill paper-figure-dz306271098
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-figure
Source: https://github.com/dz306271098/ARIS_for_Robotics/tree/main/skills/paper-figure
Command: npx skills add https://github.com/dz306271098/ARIS_for_Robotics --skill paper-figure-dz306271098

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate publication-quality figures and tables from experiment results. Use when user says "画图", "作图", "generate figures", "paper figures", or needs plots for a paper.

Core Features & Use Cases

  • Data-driven plots: line, bar, scatter, heatmaps, and multi-panel figures derived from experiment data.
  • Tables and diagrams: LaTeX-ready comparison tables and simple architecture diagrams (rough TikZ skeletons only).
  • End-to-end workflow: from data sources (JSON/CSV) or a figure plan to publication-ready outputs and LaTeX includes.

Quick Start

Generate publication-ready figures from your experiment results by feeding a data source path or figure plan.

Frequently Asked Questions about paper-figure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate publication-ready figures from CSV or JSON data?

To generate publication-ready figures from CSV or JSON data, provide your experiment results from the results/ or figures/ directories. The tool processes these data sources to produce PDF figures and a latex_includes.tex snippet for direct LaTeX integration.

Can I create multi-panel figures and ablation plots for ML research papers?

Yes, you can create multi-panel figures and ablation plots tailored for ML research papers. The tool supports data-driven visualizations including line, bar, scatter, and heatmap plots derived directly from your experiment data.

Does this tool output LaTeX-ready comparison tables and TikZ diagrams?

Yes, it outputs LaTeX-ready comparison tables and simple architecture diagrams as rough TikZ skeletons. These outputs are generated alongside PDF figures and packaged with a latex_includes.tex snippet for easy embedding.

What is the best way to automate plot generation from a PAPER_PLAN.md file?

The best way to automate plot generation from a PAPER_PLAN.md file is to feed the plan directly into the tool. It reads the figure plan, processes corresponding JSON or CSV data, and outputs publication-ready PDFs to the figures/ directory.

Are there limitations to the architecture diagrams generated for publication figures?

Yes, a key limitation is that architecture diagrams are only rough TikZ skeletons. For complex publication figures, you should rely on data-driven plots like line, bar, and scatter visualizations processed from JSON or CSV inputs.