問題タブ [parametric-equations]
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.
plot - xarray DataArray が可変長配列を処理する方法はありますか
基本的に、「y=f(x,z)」を表す 3 つのトレース y1、y2、y3 など、トレース内の点の数が異なる散布図を表現しようとしますが、x はすべて同じサイズではありません。問題は、s を xarray DataArray として表す方法です。私の試みは、「データとディムのディメンションの数が異なります: 0 vs 3」というエラーが発生します。以下の例では、x1 と x2 の長さが同じではないことに注意してください。