#plot #plotly #chart #ndarray

plotly_kaleido

Additional output format support for plotly using Kaleido

5 releases (3 breaking)

0.8.4 Jul 9, 2023
0.8.3 Nov 6, 2022
0.3.0 Jan 1, 2022
0.2.0 Jul 25, 2020
0.1.0 Jul 13, 2020

#136 in Visualization

Download history 171/week @ 2023-12-06 105/week @ 2023-12-13 74/week @ 2023-12-20 283/week @ 2023-12-27 563/week @ 2024-01-03 2021/week @ 2024-01-10 1941/week @ 2024-01-17 1683/week @ 2024-01-24 1478/week @ 2024-01-31 1682/week @ 2024-02-07 1502/week @ 2024-02-14 2275/week @ 2024-02-21 1572/week @ 2024-02-28 1295/week @ 2024-03-06 1377/week @ 2024-03-13 1106/week @ 2024-03-20

5,888 downloads per month
Used in 6 crates (3 directly)

MIT license

16KB
354 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–2.5MB
~48K SLoC