idmtools_calibra.plotters.base_plotter module

class idmtools_calibra.plotters.base_plotter.BasePlotter(combine_sites=True)

Bases: object

get_iteration_directory()
get_plot_directory()
property all_results
abstract visualize(iteration_state)
static combine_by_site(site_name, analyzer_names, results)

Sum the result values over analyzers performed on the specified site and add SITE_total to results :param site_name: The name of the CalibSite :param analyzer_names: A list of CalibAnalyzer names corresponding to the site :param results: A pandas.DataFrame of results into which to add a combined site-analyzer-result column :return: None