idmtools_calibra.plotters.base_plotter module#
- class idmtools_calibra.plotters.base_plotter.BasePlotter(combine_sites=True)[source]#
Bases:
object
- property all_results#
- 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