9 releases (breaking)
new 0.11.0 | Dec 6, 2024 |
---|---|
0.10.0 | Sep 16, 2024 |
0.9.1 | Sep 6, 2024 |
0.9.0 | Jun 29, 2024 |
0.2.0 | Jul 25, 2020 |
#90 in Visualization
3,884 downloads per month
Used in 9 crates
(3 directly)
18KB
388 lines
plotly_kaleido
This is an internal crate which implements the kaleido
feature for Plotly.rs.
The kaleido
feature enables Plot
conversion to the following output formats: png
, jpeg
, webp
, svg
, pdf
and eps
.
See examples/ for usage demonstrations.
lib.rs
:
Plotly Kaleido
Plotly Kaleido implements the kaleido
feature for Plotly.rs
The kaleido
feature enables Plot
conversion to the following output
formats: png, jpeg, webp, svg, pdf and eps. It has the added benefit over
the orca
feature in that there is no need for an additional installation
for the feature to function properly. The Kaleido precompiled binaries are
packaged redistributed from the original repository plotly/Kaleido.
Note that plotly/Kaleido is still in pre-release and as such the kaleido
feature should be considered in pre-release mode as well.
Dependencies
~1–13MB
~100K SLoC