영어 버전 문서로 돌아가기timeplotnode 특성
timeplotnode 특성
마지막 업데이트 날짜: 2024년 10월 07일
시간 구성 노드는 하나 이상의 시계열 데이터 세트를 표시합니다. 일반적으로는 먼저 시간 간격 노드를 사용하여 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 |
Number | 기호 크기를 지정합니다. |
panel_layout |
Horizontal Vertical |
|
use_grid |
부울 | 그리드 선을 표시합니다. |