When drawing a pandas boxplot, grouped by another column, pandas automatically adds a title to the plot, saying 'Boxplot grouped by....'. Is there a way to remove that? I tried using
suptitle('')
as per Pandas: boxplot of one column based on another column
but this does not seem to work. I am using latest pandas (0.13.1) version.
'AxesSubplot' object is not subscriptable
when I try this. Has something changed since this answer in 2014? – Everick