idmtools_calibra.plotters.base_plotter module

class idmtools_calibra.plotters.base_plotter.BasePlotter(combine_sites=True)[source]

Bases: object

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

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