You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creation of boxplots raises the following User Warning:
UserWarning: The palette list has more values (4) than needed (1), which may not be intended.
sns.boxplot(ax=self.axes, data=self._data, palette=palette, **plot_kwargs)
Screenshots
No response
Reproduction steps
Run the return_quantiles_chart.py demo script and you can observe the warning.