Structs§
- Plot
- Plot is a container for structs that implement the
Trace
trait. Optionally aLayout
can also be specified. Its function is to serializeTrace
s and theLayout
in html format and display and/or persist the resulting plot. - Traces
Enums§
- Image
Format - Image format for static image export.
Traits§
- Trace
- A struct that implements
Trace
can be serialized to json format that is understood by Plotly.js.