macro_rules! foreach_plot { ($p:expr, $x:ident => $y:expr $(,)?) => { ... }; }
foreach_plot!(expr, plot => plot.something())