Module plotly::plot[][src]

Structs

Plot is a container for structs that implement the Trace trait. Optionally a Layout can also be specified. Its function is to serialize Traces and the Layout in html format and display and/or persist the resulting plot.

Enums

Image format for static image export.

Traits

A struct that implements Trace can be serialized to json format that is understood by Plotly.js.