experimental_data_plot#
- beatmap.vis.experimental_data_plot(isotherm_data, save_file=False)#
Creates a scatter plot of experimental data.
Typical isotherm presentation where x-axis is relative pressure, y-axis is specific amount adsorbed.
- Parameters:
- isotherm_datanamedtuple
The isotherm_data.iso_df element is used to create a plot of isotherm data.
- save_fileboolean
When save_file=True a .png of the figure is created in the working directory.
- Returns:
- None