paper-figure

Generate publication-quality figures and LaTeX comparison tables from data.

Updated May 29, 2026
One-click install
npx skills add https://github.com/TabithaFanny/ThesisX --skill paper-figure-tabithafanny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-figure
Source: https://github.com/TabithaFanny/ThesisX/tree/main/skills_imported/aris/skills/paper-figure
Command: npx skills add https://github.com/TabithaFanny/ThesisX --skill paper-figure-tabithafanny

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires matplotlib, numpy, pandas, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of publication-quality figures and tables from experiment results, saving time and ensuring consistency in academic paper presentations.

Core Features & Use Cases

  • Automated Figure Generation: Generate line plots, bar charts, scatter plots, heatmaps, and box/violin plots from data.
  • Comparison Tables: Create LaTeX tables for comparing method features, ablation results, and prior bounds.
  • Multi-panel Figures: Combine multiple plots into a single figure with subfigure grids.
  • Use Case: Ideal for researchers who need to quickly generate figures for their papers without manual graphic design work.

Quick Start

Generate figures for the paper using the 'paper-figure' skill with the data path provided: /path/to/experiment/data

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-quality figures from experimental data?

You can generate publication-quality figures by providing your experimental data path to the automated plotting workflow. The system uses Python and matplotlib to create line plots, bar charts, scatter plots, heatmaps, and box plots suitable for academic papers.

Can I create LaTeX tables for ablation studies and method comparisons?

Yes, you can create LaTeX tables for comparing method features, ablation results, and prior bounds. The automated table generation feature formats your experimental data into structured LaTeX code for direct inclusion in academic publications.

How do I combine multiple plots into a single multi-panel figure with subfigures?

You can combine multiple plots into a single multi-panel figure by utilizing the subfigure grid functionality. This allows you to arrange several generated visualizations, such as scatter plots and heatmaps, into one cohesive layout for presentation.

Do I need Python and matplotlib installed to automate figure generation?

Yes, you need Python and matplotlib installed because the figure generation relies on these dependencies for plotting. Additionally, numpy and pandas are required to process and manipulate the experimental data before visualization.

Can I use Codex MCP to review the quality of generated academic paper figures?

Yes, you can use Codex MCP to review figure quality during the generation process. This integration helps ensure that your automated visualizations meet the visual and formatting standards required for academic research papers.

What is the best way to automate data visualization for academic research presentations?

The best way to automate data visualization for research presentations is to use a script-driven workflow that processes experiment results directly. This approach ensures consistency across figures and tables while eliminating manual graphic design work.