Hi,
When i am working with boxplot, the vertical orientation is not working
xx=np.random.uniform(size=1000)
sns.boxplot(xx, whis=0.2, fliersize=1,orient =‘vertical’)
/usr/local/lib/python3.6/dist-packages/seaborn/_decorators.py:43: FutureWarning: Pass the following variable as a keyword arg: x. From version 0.12, the only valid positional argument will be `data`, and passing other arguments without an explicit keyword will result in an error or misinterpretation. FutureWarning /usr/local/lib/python3.6/dist-packages/seaborn/_core.py:1303: UserWarning: Vertical orientation ignored with only `x` specified. warnings.warn(single_var_warning.format(“Vertical”, “x”))