IN
Data & Repro
infographics
Infographics are visual representations of information, data, or knowledge designed to present complex content quickly and clearly. **This s…
K-Dense-AI/claude-scientific-skillsView
Maintainer K-Dense Inc. · Last updated March 31, 2026
Seaborn is a Python visuali.
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/seaborn
Skill Snapshot
Source Doc
Seaborn follows these core principles:
import seaborn as sns
import matplotlib.pyplot as plt
import pandas as pd
## Create a simple visualization
sns.scatterplot(data=df, x='total_bill', y='tip', hue='day')
plt.show()
Related skills
Infographics are visual representations of information, data, or knowledge designed to present complex content quickly and clearly. **This s…
Research posters are a critical medium for scientific communication at conferences, symposia, and academic events. This skill provides compr…
This skill teaches you — and enforces a standard for — creating scientific documentation using **markdown with embedded Mermaid diagrams as…
Matplotlib is Python's foundational visuali.