Loading...
Loading...
Create publication-quality matplotlib/seaborn charts with readable axes, tight layout, and curated palettes.
npx skill4agent add fmschulz/omics-skills beautiful-data-viz| Task | Action |
|---|---|
| Apply style | Use |
| Pick palette | See |
| QA checklist | See |
| Plot recipes | See |
from assets.beautiful_style import set_beautiful_style, finalize_axes
set_beautiful_style(medium="notebook", background="light")
# build plot here
finalize_axes(ax, title="Example", subtitle="", tight=True)