Cargo Features

plotly-patched has no features set by default.

[dependencies]
plotly-patched = { version = "0.6.0-unofficial.1-foresterre", features = ["kaleido", "plotly_ndarray"] }
kaleido = plotly_kaleido

Adds plot save functionality to the following formats: png, jpeg, webp, svg, pdf and eps.

plotly_ndarray = ndarray

Affects private::trace_vectors_from

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

plotly_kaleido kaleido?

Enables plotly_kaleido ^0.2.0

ndarray plotly_ndarray?