pub fn plot(
spans: &[OwnedSpanInfo],
end: Duration,
config: &PlotConfig,
layout: &PlotLayout,
) -> SVGExpand description
Visualize the spans.
You can store the result with svg::save(plot_file, &svg).
pub fn plot(
spans: &[OwnedSpanInfo],
end: Duration,
config: &PlotConfig,
layout: &PlotLayout,
) -> SVGVisualize the spans.
You can store the result with svg::save(plot_file, &svg).