資料の 英語版 に戻るtimeplotnode プロパティー
timeplotnode プロパティー
最終更新: 2024年10月04日
時系列グラフ・ノードで、時系列データの 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([])
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 |
フラグ | プロットに平滑化を追加できるのは、panel をTrue に設定した場合のみです。 |
use_records_limit |
フラグ | |
records_limit |
整数 | |
symbol_size |
数値 | マーカー・サイズを指定します。 |
panel_layout |
Horizontal Vertical |
|
use_grid |
ブール値 | グリッド線を表示します。 |