When plotting a count plot in seaborn with the code : g=sns.countplot(x='Vertical', data=Report), am getting x-label as "Vertical" and y-label as "count" and values along y-axis. How to remove x-label, y-label and y-values?
Asked
Active
Viewed 615 times