BMAD-METHOD/.claude/rules/pandas-scikit-learn-guide-c.../data-visualization-rules.mdc

9 lines
580 B
Plaintext

---
description: Defines rules for creating informative and visually appealing plots using matplotlib and seaborn, emphasizing proper labels, titles, legends, and color schemes.
globs: **/*.py
---
- Use matplotlib for low-level plotting control and customization.
- Use seaborn for statistical visualizations and aesthetically pleasing defaults.
- Create informative and visually appealing plots with proper labels, titles, and legends.
- Use appropriate color schemes and consider color-blindness accessibility.
- Create reusable plotting functions for consistent visualizations.