You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: plot -o exports an image when the suffix is static (png/svg/pdf/...)
`plot -o out.png` always wrote HTML regardless of the extension. Branch on the
output suffix instead: .png/.svg/.pdf/.jpg/.jpeg/.webp go through kaleido's
write_image, .html (or a bare name) stays interactive HTML, and an unrecognised
suffix is rejected rather than silently written as HTML.
kaleido lives in a new optional [plot-static] extra so interactive-HTML [plot]
stays lightweight; a missing-kaleido image export fails with a clear Exit(2)
naming the install.
Closes#145
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments