@mohdsanadzakirizvi wrote:
Hi guys, I have a plot like this :
As can be seen although some values dominate, there is still some trend in other values but the scale of Y-Axis is messing things up. How can we change scale in a seaborn visualisation? So that the visualisation can show the trend better.
The following is my code
import matplotlib.pyplot as plt import seaborn as sns sns.countplot(x=feature_name,data=train,hue="is_listened") plt.show()
Posts: 1
Participants: 1