資料の 英語版 に戻る
collectionnode プロパティー
collectionnode プロパティー
最終更新: 2025年2月11日
集計棒グラフ・ノードには、ある数値フィールドの値の、別の数値フィールドの値に対する分布が表示されます。 (ヒストグラムに似たグラフを作成します。) これは、値が時間の経過とともに変化する変数またはフィールドを示すのに役立ちます。 3 次元グラフを使用して、分布をカテゴリー別に表示するシンボル値軸を追加することもできます。
例
stream = modeler.script.stream()
typenode = stream.findByID("id42KW3MSA94B")
node = stream.create("collection", "My node")
stream.link(typenode, node)
# "Plot" tab
node.setPropertyValue("three_D", True)
node.setPropertyValue("collect_field", "Drug")
node.setPropertyValue("over_field", "Age")
node.setPropertyValue("by_field", "BP")
node.setPropertyValue("operation", "Sum")
node.setPropertyValue("color_field", "Drug")
node.setPropertyValue("panel_field", "Sex")
# "Options" tab
node.setPropertyValue("range_mode", "Automatic")
node.setPropertyValue("range_min", 1)
node.setPropertyValue("range_max", 100)
node.setPropertyValue("bins", "ByNumber")
node.setPropertyValue("num_bins", 10)
node.setPropertyValue("bin_width", 5)
プロパティー |
データ・タイプ | プロパティーの説明 |
---|---|---|
|
フィールド | |
|
フラグ | |
|
string | |
|
フィールド | |
|
フラグ | |
|
string | |
|
フラグ | |
|
フィールド | |
|
フラグ | |
|
string | |
|
|
|
|
string | |
|
string | |
|
string | |
|
|
|
|
数値 | |
|
数値 | |
|
|
|
|
数値 | |
|
数値 | |
|
フラグ | |
|
色 | 標準のグラフ色は、このセクションの最初に説明されています。 |
|
色 | 標準のグラフ色は、このセクションの最初に説明されています。 |
トピックは役に立ちましたか?
0/1000