영어 버전 문서로 돌아가기collectionnode 특성
collectionnode 특성
마지막 업데이트 날짜: 2024년 10월 07일
요약도표 노드는 다른 필드의 값에 상대적으로 하나의 숫자 필드의 값의 분포를 표시합니다. (히스토그램과 유사한 그래프를 작성합니다.) 시간에 따라 값이 변경되는 변수 또는 필드를 설명하는 데 유용합니다. 3-D 그래프를 사용하여 범주별 분포를 표시하는 기호 축을 포함할 수도 있습니다.
예
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)
collectionnode 특성 |
데이터 유형 | 특성 설명 |
---|---|---|
over_field |
필드 | |
over_label_auto |
플래그 | |
over_label |
문자열 | |
collect_field |
필드 | |
collect_label_auto |
플래그 | |
collect_label |
문자열 | |
three_D |
플래그 | |
by_field |
필드 | |
by_label_auto |
플래그 | |
by_label |
문자열 | |
operation |
Sum Mean Min Max SDev |
|
color_field |
문자열 | |
panel_field |
문자열 | |
animation_field |
문자열 | |
range_mode |
Automatic UserDefined |
|
range_min |
Number | |
range_max |
Number | |
bins |
ByNumber ByWidth |
|
num_bins |
Number | |
bin_width |
Number | |
use_grid |
플래그 | |
graph_background |
color | 표준 그래프 색상은 이 절의 시작부에서 설명됩니다. |
page_background |
color | 표준 그래프 색상은 이 절의 시작부에서 설명됩니다. |