Pois é, mas depois do warning não acontece mais nada.
Warning: QT_DEVICE_PIXEL_RATIO is deprecated. Instead use:
QT_AUTO_SCREEN_SCALE_FACTOR to enable platform plugin controlled per-screen factors.
QT_SCREEN_SCALE_FACTORS to set per-screen factors.
QT_SCALE_FACTOR to set the application global scale factor.
C:\Users\roger\AppData\Local\Continuum\anaconda3\lib\site-packages\scipy\stats\stats.py:1713:
FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use arr[tuple(seq)]
instead of arr[seq]
. In the future this will be interpreted as an array index, `a return np.add.reduce(sorted[indexer] * weights, axis=axis) / sumval
Acho que identifiquei,
plt.figure(figsize=(10,10))
sns.violinplot(x = "exames", y = "valores",
hue = "diagnostico", data = dados_plot,
split = True)
plt.xticks(rotation = 90)
Eu estou utilizando o vscode e o terminal do anaconda. Como eu ploto na minha tela o gráfico?