1
1
Fork
You've already forked plotly-typ
0
No description
  • Typst 100%
2025年10月25日 18:00:54 +02:00
examples First ideas 2025年10月25日 18:00:00 +02:00
.gitignore First ideas 2025年10月25日 18:00:00 +02:00
lib.typ First ideas 2025年10月25日 18:00:00 +02:00
plotly.typ First ideas 2025年10月25日 18:00:00 +02:00
README.md Add wip note 2025年10月25日 18:00:54 +02:00
typst.toml First ideas 2025年10月25日 18:00:00 +02:00

Plotly.typ (Work in progress)

This is a thin wrapper over the plotly.js library to create JavaScript based plots from within Typst. Naturally, this only works when exporting to HTML.

Usage

#import"@preview/plotly-typ:0.1.0":*#show:body=>html.html({html.head({html.meta(charset:"utf-8")plotly-cdn-include})html.body({body})})#plot(scatter(x:range(5),y:(3,1,4,1,5))