default_backend

Function default_backend 

Source
pub fn default_backend() -> impl PlottingBackend
Expand description

Create the default plotting backend

This function returns the default plotting backend for the current configuration. The default backend is determined by the available feature flags.

ยงExample

use scirs2_metrics::visualization::backends;

let backend = backends::default_backend();