Eigenschaften von "timeplotnode"

Letzte Aktualisierung: 11. Feb. 2025
Eigenschaften von "timeplotnode"

Symbol für ZeitdiagrammknotenDer Zeitdiagrammknoten zeigt ein oder mehrere Sets mit Zeitreihendaten an. Normalerweise wird zuerst mithilfe eines Zeitintervallknotens ein TimeLabel-Feld erstellt, das dann zur Beschriftung der X-Achse verwendet wird.

Beispiel

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([])
Tabelle 1. timeplotnode, Eigenschaften
timeplotnodeEigenschaften Datentyp Eigenschaftsbeschreibung
plot_series Series Models  
use_custom_x_field Markierung  
x_field Feld  
y_fields Liste  
panel Markierung  
normalize Markierung  
line Markierung  
points Markierung  
point_type Rectangle
Dot
Triangle
Hexagon
Plus
Pentagon
Star
BowTie
HorizontalDash
VerticalDash
IronCross
Factory
House
Cathedral
OnionDome
ConcaveTriangle OblateGlobe
CatEye
FourSidedPillow
RoundRectangle
Fan
 
smoother Markierung Sie können dem Diagramm nur dann Smoothers, wenn Sie für panelden Wert Truefestlegen.
use_records_limit Markierung  
records_limit Ganze Zahl  
symbol_size Zahl Gibt eine Symbolgröße an.
panel_layout Horizontal Vertical  
use_grid Boolesch Rasterlinien anzeigen.