0 / 0
資料の 英語版 に戻る
timeplotnode プロパティー
最終更新: 2024年10月04日
timeplotnode プロパティー

時系列グラフ・ノードのアイコン時系列グラフ・ノードで、時系列データの 1 つ以上のセットを表示します。 通常、最初に時間区分ノードを使用して TimeLabel フィールドを作成します。このフィールドは、x 軸にラベルを付けるために使用されます。

stream = modeler.script.stream()
typenode = stream.findByID("id42KW3MSA94B")

node = stream.create("timeplot", "My node")
stream.link(typenode, node)

node.setPropertyValue("y_fields", ["Age", "Na", "K"])
node.setPropertyValue("panel", True)
node.setPropertyValue("normalize", True)
node.setPropertyValue("line", True)
node.setPropertyValue("smoother", True)
node.setPropertyValue("use_records_limit", True)
node.setPropertyValue("records_limit", 2000)
node.setPropertyValue("symbol_size", 2.0)

node.run([])
表 1. timeplotnode プロパティー
timeplotnodeプロパティー データ・タイプ プロパティーの説明
plot_series Series Models  
use_custom_x_field フラグ  
x_field フィールド  
y_fields リスト  
panel フラグ  
normalize フラグ  
line フラグ  
points フラグ  
point_type Rectangle
Dot
Triangle
Hexagon
Plus
Pentagon
Star
BowTie
HorizontalDash
VerticalDash
IronCross
Factory
House
Cathedral
OnionDome
ConcaveTriangle OblateGlobe
CatEye
FourSidedPillow
RoundRectangle
Fan
 
smoother フラグ プロットに平滑化を追加できるのは、panelTrueに設定した場合のみです。
use_records_limit フラグ  
records_limit 整数  
symbol_size 数値 マーカー・サイズを指定します。
panel_layout Horizontal Vertical  
use_grid ブール値 グリッド線を表示します。
生成 AI の検索と回答
これらの回答は、製品資料の内容に基づいて、 watsonx.ai のラージ言語モデルによって生成されます。 詳細