geoprior.scripts.plot_core_ablation#

Script helpers for plotting core ablation results.

Functions

collect_fig3_metrics(*, cities, ns_with, ...)

main([argv, prog])

plot_fig3_core_ablation(df, *, cities, ...)

plot_fig3_core_ablation_main([argv, prog])

geoprior.scripts.plot_core_ablation.collect_fig3_metrics(*, cities, ns_with, ns_no, zh_with, zh_no)[source]#
Parameters:
  • cities (list[str])

  • ns_with (str | None)

  • ns_no (str | None)

  • zh_with (str | None)

  • zh_no (str | None)

Return type:

DataFrame

geoprior.scripts.plot_core_ablation.plot_fig3_core_ablation(df, *, cities, core_metric, err_metric, out, out_csv, out_tex, out_xlsx, dpi, show_legend, show_labels, show_ticklabels, show_title, show_panel_titles, show_values, show_panel_labels, title)[source]#
Parameters:
Return type:

None

geoprior.scripts.plot_core_ablation.plot_fig3_core_ablation_main(argv=None, *, prog=None)[source]#
Parameters:
Return type:

None

geoprior.scripts.plot_core_ablation.main(argv=None, *, prog=None)[source]#
Parameters:
Return type:

None