help wantedpriority: lowtype: feature
倉庫指標
- Star
- (3 star)
- PR 合併指標
- (PR 指標待抓取)
描述
Description
Support LaTeX-style math notation in axis labels, titles, and legends.
Example
```rust axis.label(r"$\alpha = \frac{\beta}{\gamma}$") ```
Tasks
- Research math rendering approaches (rustybuzz, custom parser)
- Implement basic math symbol support
- Implement subscripts/superscripts
- Implement fractions
- Implement Greek letters
- Add feature flag
Acceptance Criteria
- Common math notation renders correctly
- Performance acceptable
- Works with all backends (PNG, SVG, PDF)