Macro cfg_feature_plots

Source
macro_rules! cfg_feature_plots {
    ($($item:item)*) => { ... };
}
Expand description

Enables feature-specific code. Use this macro instead of cfg(feature = "plots") to generate docs properly.