Cargo Features

Plotly has no features set by default.

[dependencies]
plotly = { version = "0.13.5", features = ["static_export_chromedriver", "static_export_geckodriver", "static_export_wd_download", "static_export_default", "plotly_ndarray", "plotly_image", "plotly_embed_js", "all", "debug", "kaleido", "kaleido_download"] }
static_export_chromedriver = plotly_static

Enables chromedriver of plotly_static ^0.0

static_export_geckodriver = plotly_static

Enables geckodriver of plotly_static ^0.0

static_export_wd_download

Enables webdriver_download of plotly_static ^0.0

static_export_default all? = plotly_static

Enables chromedriver and webdriver_download of plotly_static ^0.0

plotly_ndarray all? = ndarray

Affects plotly::ndarray, private::trace_vectors_from

plotly_image all? = image
plotly_embed_js all?
all = plotly_embed_js, plotly_image, plotly_ndarray, static_export_default

All non-conflicting features

debug

This is used for enabling extra debugging messages and debugging functionality

Enables debug of optional plotly_static ^0.0

kaleido = plotly_kaleido

DEPRECATED: kaleido feature will be removed in version 0.14.0. Use static_export_* features instead.

kaleido_download

DEPRECATED: kaleido_download feature will be removed in version 0.14.0. Use static_export_wd_download instead.

Enables download of plotly_kaleido

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.

image plotly_image?
plotly_static static_export_chromedriver? static_export_default? static_export_geckodriver? static_export_wd_download?

Enables plotly_static ^0.0

plotly_kaleido kaleido? kaleido_download?
ndarray plotly_ndarray?

Enables ndarray ^0.16