from .estimate_histplot import generate_estimate_histplot from .estimates_spread_per_occupation import generate_estimate_spread_per_occupation from .estimates_lower_vs_upper_scatter import generate_estimates_lower_vs_upper_scatter from .sequential_coherence_cdf import plot_sequential_coherence_cdf from .projected_automatable_wage_bill import generate_projected_automatable_wage_bill from .projected_task_automation import generate_projected_task_automation_plot GENERATORS = [ generate_estimate_histplot, generate_estimate_spread_per_occupation, generate_estimates_lower_vs_upper_scatter, #plot_sequential_coherence_cdf, generate_projected_automatable_wage_bill, generate_projected_task_automation_plot, ]