IN
数据与复现
infographics
infographics:Infographics are visual representations of information,data,或 knowledge designed to present complex content…
K-Dense-AI/claude-scientific-skills查看
维护者 K-Dense Inc. · 最近更新 2026年3月31日
Seaborn是一个Python visuali。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/seaborn
技能摘要
原始文档
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()
相关技能
infographics:Infographics are visual representations of information,data,或 knowledge designed to present complex content…
LaTeX Posters:Research posters are critical medium ,用于 scientific communication at conferences,symposia,、 academic event…
markdown-mermaid-writing:This skill teaches you — 、 enforces standard ,用于 — creating scientific documentation ,使用 **mark…
Matplotlib is Python's foundational visuali。