watex.view.ExPlot.plothist#

ExPlot.plothist(xname=None, *, kind='hist', **kws)[source]#

A histogram visualization of numerica data.

Parameters
  • xname (str , xlabel) – feature name in the dataframe and is the label on x-axis. Raises an error , if it does not exist in the dataframe

  • kind (str) – Mode of pandas series plotting. the default is hist.

  • kws (dict,) – additional keywords arguments from : func:pandas.DataFrame.plot

Returns

``self`` – returns self for easy method chaining.

Return type

ExPlot instance