pub fn default_backend() -> impl PlottingBackendExpand 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();