0 / 0
Go back to the English version of the documentation
vlastnosti timeplotnode
Last updated: 04. 7. 2023
vlastnosti timeplotnode

Ikona uzlu časového grafuUzel Čas vykreslení zobrazuje jednu nebo více sad dat časové řady. Obvykle byste nejprve použili uzel Časové intervaly k vytvoření pole TimeLabel , které by bylo použito pro označení osy x .

Příklad

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([])
Tabulka 1. vlastnosti timeplotnode
timeplotnode vlastnosti Datový typ Popis vlastnosti
plot_series Series Models  
use_custom_x_field příznak  
x_field pole  
y_fields seznam  
panel příznak  
normalize příznak  
line příznak  
points příznak  
point_type Rectangle
Dot
Triangle
Hexagon
Plus
Pentagon
Star
BowTie
HorizontalDash
VerticalDash
IronCross
Factory
House
Cathedral
OnionDome
ConcaveTriangle OblateGlobe
CatEye
FourSidedPillow
RoundRectangle
Fan
 
smoother příznak Do výkresu můžete přidat zakouší pouze v případě, že nastavíte panel na True.
use_records_limit příznak  
records_limit celočíselná hodnota  
symbol_size Číslo Určuje velikost symbolu.
panel_layout Horizontal Vertical  
use_grid typ boolean Zobrazit čáry mřížky.
Generative AI search and answer
These answers are generated by a large language model in watsonx.ai based on content from the product documentation. Learn more