plot

Function plot 

Source
pub fn plot(
    spans: &[OwnedSpanInfo],
    end: Duration,
    config: &PlotConfig,
    layout: &PlotLayout,
) -> SVG
Expand description

Visualize the spans.

You can store the result with svg::save(plot_file, &svg).