Suppose I want to plot the following data using sns.kdeplot:
sns.kdeplot
np.random.seed(42) x = [np.random.randint(0, 10) for _ in range(10)] x [6, 3, 7, 4,