MCPcopy Index your code
hub / github.com/ChenLiu-1996/figures4papers

github.com/ChenLiu-1996/figures4papers @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
40 symbols 144 edges 25 files 3 documented · 8%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Figures for Papers

oosmetrics

LinkedIn Twitter Follow Google Scholar

I am Chen Liu, a Computer Science PhD Candidate at Yale University.

This is a centralized repository of my own Python scripts for high-quality figures.

These figures appear in top venues including Nature Machine Intelligence, ICML, NeurIPS, ECCV, etc. 🎉

Please feel free to cite any of these papers if you find them relevant or helpful. 🎓

在符合学术规范的前提下,欢迎大家狠狠引用。 🎓

Bar plots for quantitative comparison

Bar plots for composition breakdown

3D spheres

Radar plots                   Line plots

Radar comparison Post-training comparison

Concept plots

Trend plots

Heat maps

Miscellaneous: figures not made end-to-end in Python

These figures were made partially in Python. I included them to acknowledge the time and efforts I spent on them.

LLM skill integration

I want to show appreciation to my friend Shan Chen who suggested doing this.

The scientific figure making skill lives in scientific-figure-making/. Demo figures live in assets/. Project-specific scripts and outputs live in figure_*/.

Skill folder hierarchy

scientific-figure-making/
├── SKILL.md                              # Quick reference: metadata, when to use, patterns, links
└── references/
    ├── api.md                            # API/conventions to implement (palette, helpers, export)
    ├── common-patterns.md                # Reusable figure patterns
    ├── demos.md                          # Real-world figure_* projects (with URLs)
    ├── design-theory.md                  # Style rationale and design principles
    └── tutorials.md                      # Step-by-step guides

Using this skill in an AI coding agent

No installation (path-based)

You can use this skill without installing anything: open this repo in your AI coding agent (e.g. Cursor, Claude Code, etc.) and reference the skill by path in your prompts. The agent reads scientific-figure-making/SKILL.md and the references/ files from the repo—no symlinks or plugins required.

Simple AI workflow

  1. Open this repository in your AI coding agent (e.g. Cursor).
  2. Ask the AI to create or update a plotting script in your target folder (for example figure_PROJECT_NAME/).
  3. In your prompt, explicitly ask it to follow scientific-figure-making/SKILL.md and scientific-figure-making/references/design-theory.md.
  4. Run the generated script and check the exported figure.

Prompt template (copy/paste)

Create a publication-quality figure script at <target_path>.
Use the Scientific Figure Making skill conventions from:
- scientific-figure-making/SKILL.md
- scientific-figure-making/references/design-theory.md
- scientific-figure-making/references/api.md (palette, helpers, export)

Implement or adapt the patterns (apply_publication_style, make_* helpers, finalize_figure). See figure_* folders for reference scripts.
Input data: <describe your data or paste arrays>.
Output files: <name>.png and <name>.pdf.
Keep the style consistent with this repository.

Install as a skill (symlink)

From the repository root, run:

Agent Commands
Cursor mkdir -p ~/.cursor/skills then ln -s "$(pwd)/scientific-figure-making" ~/.cursor/skills/scientific-figure-making
Claude Code mkdir -p ~/.claude/skills then ln -s "$(pwd)/scientific-figure-making" ~/.claude/skills/scientific-figure-making
Codex mkdir -p ~/.codex/skills then ln -s "$(pwd)/scientific-figure-making" ~/.codex/skills/scientific-figure-making

Restart the agent (or refresh its skill list) after linking. You can then invoke or cite the skill by name in addition to using path-based references when the repo is open.

Related Papers

ImmunoStruct (Nature Machine Intelligence)

nature PDF Huggingface Huggingface GitHub Stars

@article{givechian2026immunostruct,
  title={ImmunoStruct enables multimodal deep learning for immunogenicity prediction},
  author={Givechian, Kevin Bijan and Rocha, Jo{\~a}o Felipe and Liu, Chen and Yang, Edward and Tyagi, Sidharth and Greene, Kerrie and Ying, Rex and Caron, Etienne and Iwasaki, Akiko and Krishnaswamy, Smita},
  journal={Nature Machine Intelligence},
  volume={8},
  pages={70--83},
  year={2026},
  publisher={Nature Publishing Group UK London}
}

LM-Dispersion (ICML)

OpenReview ICML 2026 Project Page arXiv PDF GitHub Stars

@inproceedings{liu2026dispersion,
  title={Dispersion loss counteracts embedding condensation and improves generalization in small language models},
  author={Liu, Chen and Sun, Xingzhi and Xiao, Xi and Van Tassel, Alexandre and Xu, Ke and Reimann, Kristof and Liao, Danqi and Gerstein, Mark and Wang, Tianyang and Wang, Xiao and Krishnaswamy, Smita},
  booktitle={International Conference on Machine Learning},
  year={2026},
  organization={PMLR}
}

VIGIL (ECCV)

OpenReview Project Page

@inproceedings{xiao2026vigil,
    title={Staying VIGILant: Mitigating Visual Laziness via Counterfactual Visual Alignment in MLLMs},
    author={Xiao, Xi and Liu, Chen and Liao, Chih-Ting and Zhang, Yunbei and Lan, Qizhen and Wei, Yuxiang and Zhao, Lin and Wang, Janet and Gu, Jianyang and Ye, Muchao and Wang, Tianyang and Xu, Hao},
    booktitle={European Conference on Computer Vision},
    year={2026},
    organization={Springer}
}

RNAGenScape

arXiv PDF

@article{liao2025rnagenscape,
  title={RNAGenScape: Property-Guided, Optimized Generation of mRNA Sequences with Manifold Langevin Dynamics},
  author={Liao, Danqi and Liu, Chen and Sun, Xingzhi and Tang, Di{\'e} and Wang, Haochen and Youlten, Scott and Gopinath, Srikar Krishna and Lee, Haejeong and Strayer, Ethan C and Giraldez, Antonio J and Krishnaswamy, Smita},
  journal={arXiv preprint arXiv:2510.24736},
  year={2025}
}

Brainteaser (NeurIPS)

OpenReview NeurIPS 2025 HuggingFace Dataset arXiv PDF GitHub Stars

@article{han2026creativity,
  title={Creativity or brute force? using brainteasers as a window into the problem-solving abilities of large language models},
  author={Han, Sophia and Dai, Howard and Xia, Stephen and Zhang, Grant and Liu, Chen and Chen, Lichang and Nguyen, Hoang H and Mei, Hongyuan and Mao, Jiayuan and McCoy, R Thomas},
  journal={Advances in Neural Information Processing Systems},
  volume={38},
  pages={146950--147004},
  year={2026}
}

Core symbols most depended-on inside this repo

draw_geodesic
called by 12
figure_Dispersion/plot_illustration.py
sample_points_in_ball
called by 3
figure_Dispersion/plot_idea.py
plot_ball_with_points
called by 3
figure_Dispersion/plot_idea.py
_gauss
called by 3
figure_VIGIL/plot_concept.py
limits_for_benchmark
called by 3
figure_VIGIL/plot_comparison_radar.py
_to3d_xy
called by 2
figure_Dispersion/plot_illustration.py
month_year_list
called by 2
figure_ophthal_review/plot_trend.py
mark_events
called by 2
figure_ophthal_review/plot_trend.py

Shape

Function 37
Method 2
Class 1

Languages

Python100%

Modules by API surface

figure_Dispersion/plot_illustration.py13 symbols
figure_VIGIL/plot_concept.py9 symbols
figure_ophthal_review/plot_trend.py3 symbols
figure_VIGIL/plot_comparison_radar.py3 symbols
figure_Dispersion/plot_idea.py2 symbols
figure_Cflows/diffusion_swiss_roll.py2 symbols
figure_ophthal_review/plot_composition.py1 symbols
figure_VIGIL/plot_posttraining.py1 symbols
figure_VIGIL/plot_ablation.py1 symbols
figure_RNAGenScape/plot_manifold.py1 symbols
figure_RNAGenScape/plot_hole_manifold.py1 symbols
figure_ImmunoStruct/plot_bars.py1 symbols

For agents

$ claude mcp add figures4papers \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact