tpvasconcelostpvasconcelosCommunityยท1 Agent Skills Included

ridgeplot

Interactive ridgeline plots for Python data visualization

Creates beautiful, interactive ridgeline plots in Python built on the Plotly ecosystem. Handles kernel density estimation, histogram binning, color scales, and flexible layout styling automatically. Eliminates manual chart configuration so analysts can visualize distributions across categories in minutes. Includes maintenance workflows for keeping Python version support consistent across CI, configs, and docs.
npx skills add tpvasconcelos/ridgeplot --all -g -y
Available:

Gives your AI agent the project structure, coding standards, test commands, and workflow rules needed to safely modify the ridgeplot codebase.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ridgeplot?โ–ผ

Run `npx skills add tpvasconcelos/ridgeplot --all -g -y` in your terminal to install all skills in this repository globally.

What is ridgeplot used for?โ–ผ

It is a Python library for creating beautiful, interactive ridgeline plots (also called joy plots) on top of Plotly, ideal for comparing distributions across categories.

How do I make a ridgeline plot in Python?โ–ผ

Pass your sample arrays to the ridgeplot() function and call fig.show(). It handles density estimation, coloring, and spacing with sensible defaults you can fully customize.

Can AI agents maintain this Python library?โ–ผ

Yes. The included guides and skills teach your agent the project's test commands, typing rules, and workflows such as adding or dropping Python version support.

Does ridgeplot work with existing Plotly figures?โ–ผ

Yes. It returns a standard Plotly Figure object, so you can restyle or extend it with any regular Plotly layout methods.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’