No description
| examples | First ideas | |
| .gitignore | First ideas | |
| lib.typ | First ideas | |
| plotly.typ | First ideas | |
| README.md | Add wip note | |
| typst.toml | First ideas | |
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))