Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
numpy 配列を 3D 散布図として表示したいと思います。この配列には約 3000 万点があり、LiDAR クラウドです。私はpyqtgraphを試しましたが、時間がかかり、何も表示されませんでした:
plt = gl.GLScatterPlotItem(pos=p, color=C, size=10, pxMode=False)
あなたはいくつかの代替案を知っていますか?