Apply best practices

This commit is contained in:
Timothy Kassis
2025-10-21 12:50:07 -07:00
parent 998a514f74
commit 000a45c0e9
80 changed files with 347 additions and 200 deletions

View File

@@ -7,7 +7,7 @@ description: "Statistical visualization. Scatter, box, violin, heatmaps, pair pl
## Overview
Seaborn is a Python visualization library providing a high-level, dataset-oriented interface for creating publication-quality statistical graphics. Built on matplotlib, seaborn emphasizes declarative syntax that allows focus on data relationships rather than visual implementation details. The library excels at multivariate analysis, automatic statistical estimation, and creating complex multi-panel figures with minimal code.
Seaborn is a Python visualization library for creating publication-quality statistical graphics. Use this skill for dataset-oriented plotting, multivariate analysis, automatic statistical estimation, and complex multi-panel figures with minimal code.
## Design Philosophy