ibrahimcesar/velociplot

LaTeX math rendering in labels

Open

#19 geöffnet am 29. Nov. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (0 Forks)auto 404
help wantedpriority: lowtype: feature

Repository-Metriken

Stars
 (3 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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)

Contributor Guide