Skip to content

Conversation

@bbcho
Copy link
Owner

@bbcho bbcho commented Dec 29, 2025

No description provided.

bbcho and others added 13 commits December 28, 2025 11:30
- coord_fixed: Remove constrain='domain' that was overriding aspect ratio
- geom_histogram: Compute shared bin edges across groups for proper stacking
- geom_text: Add MathJax CDN support for parse=True LaTeX rendering
- _repr_html_: Only include MathJax when parse=True is used
- ggsave/save: Use CDN for plotly.js and mathjax (smaller HTML files)
- Update CLAUDE.md with visual verification lessons

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Geoms: 44 → 46 (added geom_rect, geom_label)
- Scales: 17 → 19 (added scale_x_reverse, scale_y_reverse)
- Coordinates: 4 → 5 (added coord_fixed)
- Positions: 6 → 7 (added position_dodge2)
- Added Theme Elements section (element_text, element_line, element_rect)
- Added Other section (aes, after_stat, layer, map_data, data)
- Total: ~113 → ~120 functions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Plotly's line.color only accepts a single value, not an array, so continuous
color mapping on line geoms was silently broken. This fix uses segment-based
rendering with Scattergl (WebGL) for performance, drawing each line segment
with its own interpolated color.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bbcho bbcho closed this Dec 30, 2025
@bbcho bbcho deleted the v040 branch December 30, 2025 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants