We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
df = pl.DataFrame({"x": [0, 100], "y": [0.5, 1.2]}) op = Obsplot(format="png") op( { "marks": [Plot.dot(df, {"x": "x", "y": "y"})], "title": "Plot title", "style": {"background-color": "#005", "color": "#FF0"}, } )
The text was updated successfully, but these errors were encountered:
I opened an issue in the typst repo about this -- typst/typst#4867
Sorry, something went wrong.
@wirhabenzeit That's great, thanks for taking the time to investigate and report the issue !
No branches or pull requests
Example:
The text was updated successfully, but these errors were encountered: