water_raman_peak_plot¶
- pyeem.plots.water_raman_peak_plot(raman_df, excitation_wavelength, units='nm', ax=None, fig_kws={}, plot_kws={}, vline_kws={}, fill_between_kws={}, legend_kws={}, **kwargs)¶
[summary]
- Parameters
raman_df (pandas.DataFrame) – [description]
excitation_wavelength ([type]) – [description]
units (str, optional) – [description]. Defaults to “nm”.
ax ([type], optional) – [description]. Defaults to None.
fig_kws (dict, optional) – [description]. Defaults to {}.
plot_kws (dict, optional) – [description]. Defaults to {}.
vline_kws (dict, optional) – [description]. Defaults to {}.
fill_between_kws (dict, optional) – [description]. Defaults to {}.
legend_kws (dict, optional) – [description]. Defaults to {}.
- Returns
[description]
- Return type
[type]