python Diagramme 3d-scatter

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python Diagramme 3d-scatter相关的知识,希望对你有一定的参考价值。

from mpl_toolkits import mplot3d
%matplotlib notebook

fig = plt.figure(figsize=(5,5))
ax = plt.axes(projection='3d')

ax.scatter3D(pdf.PC1, pdf.PC2, yy)
ax.set_xlabel('PC1')
ax.set_ylabel('PC2')
ax.set_zlabel('y')

plt.show()

以上是关于python Diagramme 3d-scatter的主要内容,如果未能解决你的问题,请参考以下文章

python Diagramme Ticks

python Diagramme Palette

python Diagramme QQplot

python Diagramme 3d-scatter

python Diagramme inline oder seperate Fenster

markdown Diagramme de classe