問題タブ [scatter3d]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - matplotlib 3d散布図をhtmlとしてエクスポートできますか?
ブラウザーでインタラクティブな 3D 散布図を表示したい。プロットは matplotlib を使用して作成され、html として保存する必要があります。
見つかった最も近いソリューションは mpld3 ライブラリですが、3d ではなく 2d 散布図でのみ機能します。
Plotly は、プライベート プロットに制限があると除外されています。Bokeh スタンドアロン モードに相当するアプリは見当たりませんでした。
matplotlib プロットを html に保存して対話性を維持できる他の提案はありますか?
python - Matplotlib: 3D 散布図から rgba を取得する
次のような 3D 散布図があります。
hereに示されているように、属性を使用して散布図から と データをx
取得y
できます。z
artist
_offsets3d
rgba
からデータを取得する同様の方法を探していますartist
。実際にはアルファ値だけが必要ですが、色とアルファは一緒に保存されていると思います。
問題がある場合は、matplotlib 3.0.0 を使用します。
r - rのscatter3Dのラボにラテックスコマンドを追加する方法はありますか?
$\nu$ や $S_t$ などのラテックス コマンドを、パッケージ plot3D の scatter3D() のラボに書き込む方法を探しています。