openquake.hme.utils.plotsΒΆ

Functions

gmm_plots()

plot_L_test_results(results[, return_fig, ...])

plot_M_test_results(results[, return_fig, ...])

plot_N_test_empirical(n_expected, n_obs[, ...])

plot_N_test_results(N_test_results[, ...])

plot_PGA_distance(gmm_results_trt[, trt, ...])

plot_PGA_scatter(gmm_results_trt[, trt, ...])

plot_S_test_map(cell_gdf[, map_epsg, ...])

plot_eqs_by_mag_time(eqs_by_mag_time[, ...])

Plot earthquakes occurrence over time for different magnitude bins.

plot_histogram_heatmap(data)

plot_likelihood_map(bin_gdf[, plot_eqs, ...])

plot_mfd([model, model_format, model_label, ...])

Makes a plot of empirical MFDs

plot_over_under_map(cell_gdf[, map_epsg, ...])

plot_poisson_distribution(N_e, N_o[, ...])

Plots the PDF and CDF of a Poisson distribution with mean N_e and draws a vertical line at N_o.

plot_rup_match_mag_dist(matched_rups, eqs[, ...])

plot_rup_match_map(eqs, matched_rups[, ...])

prepare_eqs_by_mag_time_for_d3(eqs_by_mag_time)

Process earthquake data for D3.js visualization.

prepare_rup_match_data_for_d3(eqs, matched_rups)

Prepares earthquake data for D3 visualization by converting to GeoJSON.