iso_combo_plot#
- beatmap.vis.iso_combo_plot(bet_results, mask_results, save_file=True)#
Creates an image displaying the relative pressure range with minimum error and the BET isotherm on the same plot. The point where n/nm = 1 is is the point where the BET monolayer loading occurs.
- Parameters:
- bet_resultsnamed tuple
The bet_results.iso_df element is used to create a plot of isotherm data.
- mask_resultsnamed tuple
The mask_results.mask element is used to mask the BET results so that only valid results are displayed.
- save_fileboolean
When save_file = True a png of the figure is created in the working directory.
- Returns:
- figurematplotlib figure
Figure object containing the plot.
- axmatplotlib axes
Axes object containing the plot.