jesterTOV.inference.postprocessing.postprocessing.make_contour_pressures_plot# make_contour_pressures_plot(data, outdir, n_min=0.5, n_max=6.0, plot_format='pdf')[source]# Create a contour plot of pressure vs density. Parameters: data (dict) – EOS data dictionary. outdir (str) – Output directory. n_min (float, optional) – Minimum density, by default 0.5. n_max (float, optional) – Maximum density, by default 6.0. Return type: None