Regen from quality 91. Addressed:
- Added ANYPLOT_THEME support with full theme-adaptive chrome (PAGE_BG, INK, INK_SOFT, GRID tokens)
- Fixed paper_bgcolor and polar.bgcolor to use theme-adaptive backgrounds (#FAF8F1 light / #1A1A17 dark)
- Fixed grid and axis colors to use theme-adaptive GRID/INK_SOFT tokens
- Changed colorscale from Python-themed yellow-blue to viridis (per continuous data rules)
- Widened rainfall range (12-105mm vs 35-85mm) for stronger seasonal contrast
- Fixed output filenames from plot.png/plot.html to plot-{THEME}.png/plot-{THEME}.html
- Updated title and docstring from pyplots.ai to anyplot.ai
- Fixed segment border color to use PAGE_BG instead of hardcoded "white"
Implementation:
rose-basic- python/plotlyImplements the python/plotly version of
rose-basic.File:
plots/rose-basic/implementations/python/plotly.pyParent Issue: #1003
🤖 impl-generate workflow