ibrahimcesar/velociplot

LaTeX math rendering in labels

Open

#19 创建于 2025年11月29日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (0 fork)auto 404
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)

贡献者指南