Plotting Utilities

These are plotting tools used in several places in TXPipe.

txpipe.plotting.correlations.apply_galaxy_bias_ggl(obs, theory, xi)[source]
txpipe.plotting.correlations.axis_setup(a, i, j, ny, ymin, ymax, name)[source]
txpipe.plotting.correlations.extract_observables_plot_data(data, label)[source]
txpipe.plotting.correlations.full_3x2pt_plots(sacc_files, labels, theory_sacc_files=None, theory_labels=None, xi=None, fit_bias=False, figures=None, xlogscale=True, ratios=False)[source]
txpipe.plotting.correlations.make_axis(i, j, nx, ny, axes)[source]
txpipe.plotting.correlations.make_plot(corr, obs_data, obs_theory, fig=None, xlogscale=True, ratios=False)[source]
txpipe.plotting.correlations.make_theory_plot_data(data, cosmo, obs, label, smooth=True, xi=None, ratios=False)[source]
txpipe.plotting.correlations.smooth_nz(nz)[source]
txpipe.plotting.histogram.manual_step_histogram(edges, counts, ax=None, **kwargs)[source]