Module backends

Module backends 

Source
Expand description

Backend adapters for visualization

This module provides adapters for different plotting backends like plotters, plotly, etc. It allows metrics visualizations to be rendered using different plotting libraries.

Structs§

PlotlyBackend
A struct for rendering visualizations using plotly
PlotlyInteractiveBackend
A backend adapter for Plotly interactive visualizations

Traits§

PlotlyInteractiveBackendInterface
Interface for Plotly interactive backend
PlottingBackend
A trait for plotting backends

Functions§

default_backend
Create the default plotting backend
default_interactive_backend
Create the default interactive plotting backend
enhance_visualization
Enhance a visualization data structure with additional data