# File metrics_utils.rb, line 165 def plot_metrics @jm.metrics.each do |metric_sym, vals| @plotter.open do plot_metric metric_sym, vals end end end