emod_api.multidim_plotter module

emod_api.multidim_plotter.plot_from_sql(x_tag, y_tag, output, label, exp_id=None)[source]

Plot colormap/3D figure from data in <experiment_id>/results.db.

Parameters:
  • x_tag – Tag to use as x axis.

  • y_tag – Tag to use as y axis.

  • output – String to use as output, needs to correspond to one of the output cols in the db.

  • label – Figure needs a label.

  • exp_id – Optional experiment id. If omitted, ‘latest_experiment’ is used.