Macro poloto::plots

source ·
macro_rules! plots {
    ($a:expr) => { ... };
    ( $a:expr,$( $x:expr ),* ) => { ... };
}
Expand description

Macro to chain multiple plots together instead of calling chain repeatedly.