ibrahimcesar/velociplot

LaTeX math rendering in labels

Open

#19 ouverte le 29 nov. 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (0 forks)auto 404
help wantedpriority: lowtype: feature

Métriques du dépôt

Stars
 (3 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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)

Guide contributeur