Skip to content

Commit 30c409f

Browse files
fix: remove fake interactive implementations for line-interactive
matplotlib, seaborn, and plotnine cannot provide true interactivity (hover, zoom, pan) when saving as static PNG. These implementations used mplcursors and static annotations to "fake" interactivity, which passed AI review but doesn't actually work in the saved output. Removed: - plots/line-interactive/implementations/matplotlib.py - plots/line-interactive/implementations/seaborn.py - plots/line-interactive/implementations/plotnine.py - Corresponding metadata files - GCS images Remaining implementations (6): altair, bokeh, highcharts, letsplot, plotly, pygal See #2842 for improvements to prevent this in future. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 86a350c commit 30c409f

6 files changed

Lines changed: 0 additions & 604 deletions

File tree

plots/line-interactive/implementations/matplotlib.py

Lines changed: 0 additions & 166 deletions
This file was deleted.

plots/line-interactive/implementations/plotnine.py

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)