4.7. cpforager.diagnostic.plot_box
- cpforager.diagnostic.plot_box(df, plot_params, var, title, var_lab)
Plot the boxplot of dataframe column designated by the value of var.
- Parameters:
df (pandas.DataFrame) – dataframe with the column designated by the value of var.
plot_params (dict) – plot parameters dictionary.
var (str) – name of the column in df.
title (str) – plot title.
var_lab (str) – x-axis label.