いろいろ調べた結果、とりあえず最もフレキシブルかつ分かりやすそうな方法に到達したので残しておく。 とりあえず面を描く場合、mpl_toolkits.mplot3d.art3d.Poly3DCollectionなるメソッドの返り値をaxesのadd_collection3dメソッドへ渡せばよいらしい。 #polyhedron.py import ...
fig = plt.figure() ax = fig.add_subplot(projection='3d') ax.set_xlim((0, 5)) ax.set_ylim((0, 5)) ax.set_zlim((0, 5)) x = [1,2,3, 3,2,1] y = [2,1,2, 2,1,2] z = [1,1,1 ...
Document filling of Poly3DCollection #16648 Merged tacaswell modified the milestones: unassigned, v3.2.1 Mar 13, 2020 tacaswell closed this as completed in #16648 Mar 13, 2020 Already have an account?
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する